Discussion of bugs and problems found in Altap Salamander. In your reports, please be as descriptive as possible, and report one incident per report. Do not post crash reports here, send us the generated bug report by email instead, please.
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 /
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).