Hi.
I am having problem with using FTP in MultiCommander. I have an iOS FTP server called AirDisk Pro. Internet Explorer, Firefox, Chrome, File Explorer and FireFTP successfully connect to it. But when I attempt to connect with MultiCommander, the connection fails. Here is the log:
2016-05-18 10:49:44 = Connection to site : 192.168.1.40 on port 21
2016-05-18 10:49:44 < 220 iosFtp server ready.
2016-05-18 10:49:44 > USER anonymous
2016-05-18 10:49:44 < 331 Password required for anonymous
2016-05-18 10:49:44 > PASS (hidden)
2016-05-18 10:49:44 < 230 User anonymous logged in.
2016-05-18 10:49:44 > SYST
2016-05-18 10:49:44 < 215 UNIX Type: L8 Version: iosFtp 20080912
2016-05-18 10:49:44 > FEAT
2016-05-18 10:49:44 < 211-Features supported
2016-05-18 10:49:44 < 211 End
2016-05-18 10:49:44 > TYPE A
2016-05-18 10:49:44 < 200 Type set to A.
2016-05-18 10:49:44 > MODE S
2016-05-18 10:49:44 < 500 'MODE': command not understood.
2016-05-18 10:49:44 > STRU F
2016-05-18 10:49:44 < 500 'STRU': command not understood.
2016-05-18 10:49:44 > CWD /
2016-05-18 10:49:44 < 550 CWD failed.
2016-05-18 10:49:44 = Server request denied
Here is a FireFTP log of a successful connection:
220 iosFtp server ready.
USER anonymous
331 Password required for anonymous
PASS (password not shown)
230 User anonymous logged in.
FEAT
211-Features supported
211 End
PWD
257 "/private/var/mobile/Containers/Data/Application/266A2DD9-F632-47F6-B781-0F3F3BA4E837/Documents" is the current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (192,168,1,40,203,212)
LIST
150 Opening ASCII mode data connection for '/bin/ls'.
226 Transfer complete.
Thanks in advance