Public bug reported:

Binary package hint: nautilus

Almost every time I connect to an FTP server via Nautilus, I get an
error message:

The folder contents could not be displayed.
Sorry, couldn't display all the contents of "/ on $domain": Could not connect 
to host

Connecting to the same server via 'ftp' on the command line allows me to:
ftp -v $domain
Connected to $domain.
220 Website FTP Server Ready
Name ($domain:$unix_user): $domain
331 Password required for $domain.
Password: $password
230 User $ftp_user logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> 

And so does FileZilla:
Status: Resolving IP-Address for $domain
Status: Connecting to $ip_address:21...
Status: Connection established, waiting for welcome message...
Response:       220 Website FTP Server Ready
Command:        USER $ftp_user
Response:       331 Password required for $ftp_user.
Command:        PASS *************
Response:       230 User $ftp_user logged in.
Command:        SYST
Response:       215 UNIX Type: L8
Command:        FEAT
Response:       211-Features:
Response:        MDTM
Response:        REST STREAM
Response:        SIZE
Response:       211 End
Status: Connected
Status: Retrieving directory listing...
Command:        PWD
Response:       257 "/" is current directory.
Command:        TYPE I
Response:       200 Type set to I
Command:        PASV
Response:       227 Entering Passive Mode   (216,251,43,17,244,15)
Command:        LIST

Could it have to do with the user name being in 'domain.com' format?
Such as: ftp:///[EMAIL PROTECTED]/:21

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Nautilus can not display FTP quite often
https://bugs.launchpad.net/bugs/242478
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to