Page 1 of 1

FTP: relative paths

Posted: 08 Nov 2006, 11:38
by rext
Hi All!

Could anyone tell me how to make ftp plugin to use relative path when I change directory? Because I get error like this:
  • PWD
    257 "C:\" is the current directory.
    (13:28:01): Changing path to "C:\"...
    (13:28:01): Listing path "C:\"...
    PORT 10,40,89,18,15,7
    200 Command okay.
    TYPE A
    200 Command okay.
    LIST -a
    150 Opening data connection for (-a) (*.*.*.*,3847).
    226 Closing data connection.
    (13:28:01): Text listing was parsed by "UNIX1" server type...
    (13:28:03): Changing path to "/C:\DATA"...
    CWD /C:\DATA
    550 Requested action not taken: Not a directory
    CWD /

Posted: 08 Nov 2006, 13:03
by Petr Solin
I need more information: what type of server is it (Windows or Unix?), how do you change directory (double-click on name in panel or Shift+F7?).

I have tried to access directory "C:\DATA" on Unix, it works well.

Maybe your problem is that your server seems to be Unix, but it does not work with unix paths (with slash on beginning). You can try Shift+F7 to "C:\DATA" with checked "Send path directly to plugin".

Send me complete FTP log to my email (petr.solin at altap.cz).

Moved to Problems and Troubleshooting.