Public bug reported: Binary package hint: gvfs
FTP works in the command line, but not in Nautilus or Firefox. The connection seems to be accepted, but both are unable to display the content of the directory. I'm using an up-to-date Jaunty distribution. The Nautilus error message is: --------- The folder contents could not be displayed. Sorry, could not display all the contents of "/ on xxx.xxx.xxx.xx": DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. --------------- This is the output of a command line ftp connection: lean...@xxxx:~% ftp xxx.xxx.xxx.xx Connected to xxx.xxx.xxx.xx 220 Bem Vindo XXX.XXX Name (xxx.xxx.xxx.xx:leandro): 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> pwd 257 "/" ftp> ls 200 PORT command successful. Consider using PASV. 150 Here comes the directory listing. drwxr-xr-x 54 997 100 4096 Jan 23 11:48 Documents drwxr-xr-x 4 997 100 4096 Apr 03 19:24 backup drwxr-xr-x 2 997 100 4096 Mar 09 2006 bin drwx------ 2 997 100 4096 Mar 21 2006 mail drwxrwxrwx 5 997 100 4096 Mar 26 19:00 public_html 226 Directory send OK. ftp> quit 221 Goodbye. ------------------------------------------------ Running /usr/lib/gvfs/gvfsd -r and then trying to connect using gvfs- mount provides, for the same connection: <-- 220 Bem Vindo XXX-XXX --> FEAT <-- 211-Features: <-- EPRT <-- EPSV <-- MDTM <-- PASV <-- REST STREAM <-- SIZE <-- TVFS <-- UTF8 <-- 211 End feature EPSV supported feature MDTM supported feature SIZE supported feature TVFS supported feature UTF8 supported --> OPTS UTF8 ON <-- 200 Always in UTF8 mode. --> USER leandro <-- 331 Please specify the password. --> PASS *** <-- 230 Login successful. --> TYPE I <-- 200 Switching to Binary mode. --> SYST <-- 215 UNIX Type: L8 ########## At this point no message appears until I open Nautilus and try to see the content ########## of the remote directory. Messages continue as folows, until nautilus provide the error ########### above system is 1 --> NOOP <-- 200 NOOP ok. --> NOOP <-- 200 NOOP ok. --> NOOP <-- 200 NOOP ok. --> NOOP <-- 200 NOOP ok. --> NOOP <-- 200 NOOP ok. --> CWD / <-- 250 Directory successfully changed. --> EPSV <-- 229 Entering Extended Passive Mode (|||40002|) Successful EPSV response code, but data connection failed. Enabling FTP_WORKAROUND_BROKEN_EPSV. --> PASV <-- 227 Entering Passive Mode (150,162,70,1,156,74) Successfull PASV response but data connection failed. Enabling FTP_WORKAROUND_PASV_ADDR. ---------------------------- For the same server, using ftp://xxx.xxx.xxx.xx in firefox, the error is: 425 Failed to establish connection. ** Affects: gvfs (Ubuntu) Importance: Undecided Status: New -- FTP works on command line but Nautilus results in: DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. (The contents could not be displayed) https://bugs.launchpad.net/bugs/365089 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
