PDA

View Full Version : Help deleting/editing/CHMOD'g files/folders


Tasha
04-09-2005, 07:16 AM
Hi there,
I'm have trouble deleting/editing/CHMOD'g files/folders.
I can add them perfectly fine.


* FlashFXP v3.1.12, build 1075 BETA, registered
* OS WinXP
* Running behind router Yes & Model Billion No Not sure
* Running firewall No
* Running Antivirus Yes, Norton
* Network yes


[R] SITE CHMOD 777 /var/www/tasha.co.nz/htdocs/faceplates/dogs
[R] 502 CHMOD command not implemented.
[R] PASV
[R] 227 Entering Passive Mode (202,12,3,30,133,124)
[R] Opening data connection IP: ***.**.*.** PORT: *****
[R] LIST -al
[R] 150 Opening ASCII mode data connection for /bin/ls.
[R] 226 Transfer complete.
[R] List Complete: 397 bytes in 0.50 seconds (0.8 KB/s)

Any help or ideas on this matter will be greatly appreciated =)
Anything else I can answer please let me know as I am new to this.
Thank you in advance.

Hetfield
04-09-2005, 09:02 AM
Well the server replies this:

[R] 502 CHMOD command not implemented.

So the server doesn't know the CHMOD command. This makes it a server side problem and not a FlashFXP problem. Please contact the server admin, or when it's your own server, see the ftpd's manual.

MxxCon
04-09-2005, 05:56 PM
you don't need to type SITE command.
plain CHMOD 777 /var/www/tasha.co.nz/htdocs/faceplates/dogs is sufficient

Tasha
04-09-2005, 06:34 PM
Thank you.
I will let him know :)

Hetfield
04-09-2005, 06:51 PM
Originally posted by MxxCon
you don't need to type SITE command.
plain CHMOD 777 /var/www/tasha.co.nz/htdocs/faceplates/dogs is sufficient

Actually, that is what i also thought. But when you issue the CHMOD command through the menu FlashFXP issues the site chmod command, which made me believe that would be the standard to use that command.

EDIT: I also tested both command with RaidenFTPd and glftpd and both ftpd's only understand site chmod.