Preserved Topic: FTP client |
|
---|---|
Author | Thread |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-07-2000 01:25
Hey, all this time i've been using WSFTP 3.0, which works fine. However, recently I downloaded that YaBB bulletin board, and I need to be able to change the "CHMOD", whatever that is, to upload the files. |
Maniac (V) Mad Scientist From: TipToToe |
posted 10-07-2000 01:33
Free don't know. If you're gonna pay, CuteFTP is cool, and will do chmod/s. |
Bipolar (III) Mad Scientist From: Eastbourne, UK. |
posted 10-07-2000 01:38
Slime |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-07-2000 01:38
Thanks for the incredibly fast replies, I'm checking out that one Phil recommended to see if it's good enough... |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 10-07-2000 01:41
I'm pretty sure that CuteFTP has a free version, with banner ads attached to the interface, don't they? Most all FTP programs will allow you to do CHMOD, which can sometimes be found under the heading "permissions", same thing. I'm pretty sure WSFtp has that too, try right clicking on the file in question, that might bring up the proper submenu. Sorry I don't have a copy handy right now or I'd find it for you. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-07-2000 01:44
I think I had that version of CuteFTP, but I think it expired after 30 days. |
Maniac (V) Mad Scientist From: Mi, USA |
posted 10-07-2000 01:42
chmod is a unix command which changes the files permissions.... I use and there are 2 ways I know of to change the file permissions.... |
Bipolar (III) Mad Scientist From: Eastbourne, UK. |
posted 10-07-2000 01:49
Slime |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-07-2000 03:43
Yup, this seems good. *Very* complicated, though, lots of controls, but I'm sure I'll get the hang of it soon. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-07-2000 03:50
There we go! Got the hang of it. However, I can't find how to change the CHMOD... (or "permissions" for that matter) |
Maniac (V) Mad Scientist From: Mi, USA |
posted 10-07-2000 03:51
might be a stupid question.. but why do you need to?.. usually you only chmod on cgi scripts and files you want to lock out?.. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-07-2000 04:04
I'm trying to upload a bulletin board program, which has CGI scripts. |
Maniac (V) Mad Scientist From: Mi, USA |
posted 10-07-2000 04:05
ok.. defiantely need to chmod then.. the script itself will most likely be a chmod 755 and the data files a 644... you want people to execute your script but not read or write to it.. and you want your data files to be written to but not read or exectuted.... I am not an expert... I shall try and find some info for you.. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-07-2000 04:09
Never mind, I figured it out. I had to use check boxes for Read Write and Execute instead of the numerical codes, but I looked up the codes on the internet. |
Maniac (V) Mad Scientist From: Mi, USA |
posted 10-07-2000 04:16
K.. heres a good link anyhow |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 10-09-2000 03:35
BTW some hosts create chell accounts for you so you can actually telnet in and chmod via that method as well. |