550 is "permission denied" which would mean you have no write permissions to the directory.
What usually happens is that FTP runs under an unprivileged username on a system, so that the system won't be compromised even if the FTPd is compromised. The FTPd username (usually 'FTP') shouldn't have write access to ANY directories - only read permissions.
Add another user to the system specifically for FTP uploads. This user should have minimal permissions, not even telnet/SSH login, apart from write access and ownership of the /var/www directory.
Last edited by ronkymac; 12-20-2005 at 04:27 AM.
|