![]() Preserved Topic: FTP client (Page 1 of 1) |
|
---|---|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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 |
![]() Free don't know. If you're gonna pay, CuteFTP is cool, and will do chmod/s. |
Bipolar (III) Mad Scientist From: Eastbourne, UK. |
![]() Slime |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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 |
![]() 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 |
![]() I think I had that version of CuteFTP, but I think it expired after 30 days. |
Maniac (V) Mad Scientist From: Mi, USA |
![]() 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. |
![]() Slime |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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 |
![]() 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 |
![]() 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 |
![]() I'm trying to upload a bulletin board program, which has CGI scripts. |
Maniac (V) Mad Scientist From: Mi, USA |
![]() 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 |
![]() 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 |
![]() K.. heres a good link anyhow |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() BTW some hosts create chell accounts for you so you can actually telnet in and chmod via that method as well. |