You are not logged in.
First off, permissions are correct. All directories in the FTP dir are permissions 755. I even chmodded to 777 temporarily. Just to be absolutely sure it wasn't permissions. All I'm trying to do is put a file into a remote directory on the server, like so:
put file backups/configs
OR
put /etc/file backups/configs
Where file is in my lpwd, and backups/configs is a directory on the server. I get a "Could not create file" error. If I just do:
put file
It works, but it's my understanding that ftp is capable of copying files into different directories, without you actually having to cd to them. I've seen people do so online and so forth. I've even tried starting the ftp client as pure root. This does not work either.
I don't even know what else to try due to the simplicity of it all. What else could even be wrong?
Offline