FTPS, 550 Requested action not take

ftpftps

I need to get access till FTPS server with correct login/pass/CA
This server accept FTP and FTPS modes. I have tested on FTP and everything works ( put, get ), but when I have switched to FTPS on put command error happens:

 550 Requested action not taken.
         File unavailable (e.g., file not found, no access).

Any ideas ?

Best Answer

Some old FTP server doesn't support STOR /somefile syntax, you need to set CWD / and only then STOR somefile.

Related Topic