Log in

View Full Version : Pb with FTP listing in FTP.livedrive.com


majac
08-23-2011, 01:05 AM
Hello

I've got a pb with flashfxp and my backup FTP : livederive.com

When i'm connecting with flashfxp (4 RC3 1635) the listing of root directory is blank

here the log of flashfxp :

[08:03:06] [R] En train de se connecter à LiveDrive FTP -> DNS=ftp.livedrive.com IP=84.45.62.133 PORT=21
[08:03:06] [R] Connecté à LiveDrive FTP
[08:03:06] [R] 220 Welcome to the Livedrive FTP Server. Host: L1FTP01
[08:03:06] [R] USER **********@********.com
[08:03:06] [R] 331 Username OK, need password
[08:03:06] [R] PASS (hidden)
[08:03:07] [R] 230 Welcome ********, to the Livedrive FTP server
[08:03:07] [R] SYST
[08:03:07] [R] 215 UNIX emulated by Livedrive FTP server
[08:03:07] [R] FEAT
[08:03:07] [R] 211-Supported commands:
[08:03:07] [R] SIZE
[08:03:07] [R] MDTM
[08:03:07] [R] OPTS
[08:03:07] [R] UTF8
[08:03:07] [R] MFMT
[08:03:07] [R] 211 end
[08:03:07] [R] PWD
[08:03:07] [R] 257 "/" is current directory.
[08:03:07] [R] TYPE A
[08:03:07] [R] 200 TYPE is now A
[08:03:07] [R] PASV
[08:03:07] [R] 227 Entering Passive Mode (84,45,62,133,35,141)
[08:03:07] [R] Ouverture d'une connexion de données IP : 84.45.62.133 PORT : 9101
[08:03:07] [R] LIST -al
[08:03:07] [R] 150 Accepted data connection
[08:03:08] [R] 226 Directory listing complete
[08:03:08] [R] Liste terminée: 0 bytes dans 1 secondes (0,0 KB/s)

When i do it with filezilla, it's works

With flashfxp and SFTP its works but really slower than normal FTP.

thanks for your help

Majac

majac
08-23-2011, 01:09 AM
another information, if i try to go to an subfolder with flashfxp it's works but flashfxp don't show me the files and directories on the folder

and if I try a folder that doesn't existe it's return me an error, here the log with the folder test who exist and toto who doesn't exist.

[08:06:06] [R] CWD /TEST
[08:06:07] [R] 250 Current directory is /TEST
[08:06:07] [R] PWD
[08:06:07] [R] 257 "/TEST" is current directory.
[08:06:07] [R] PASV
[08:06:07] [R] 227 Entering Passive Mode (84,45,62,133,5,149)
[08:06:07] [R] Ouverture d'une connexion de données IP : 84.45.62.133 PORT : 1429
[08:06:07] [R] LIST -al
[08:06:07] [R] 150 Accepted data connection
[08:06:07] [R] 226 Directory listing complete
[08:06:07] [R] Liste terminée: 0 bytes dans 0,21 secondes (0,0 KB/s)
[08:06:22] [R] CWD /TOTO
[08:06:22] [R] 550 Directory not found

bigstar
08-23-2011, 07:46 AM
Site Manager > Select Site > Options Tab > Set the List Parameter to Default

majac
08-23-2011, 01:43 PM
Thx, it works :)