Dired doesn't work with ange-ftp when (ange-ftp-try-passive-mode => t).
So when i type C-x d "/[EMAIL PROTECTED]:/" dired buffer doesn't appear.
In *ftp [EMAIL PROTECTED] -- internal ange-ftp buffer, i can see:

--------------------
| ftp> open rtfm.mit.edu
| Connected to PENGUIN-LUST.mit.edu.
| 220 (vsFTPd 1.2.2)
| ftp> user "ftp" Turtle Power!
| 331 Please specify the password.
| 230 Login successful.
| hash
| Remote system type is UNIX.
| Using binary mode to transfer files.
| ftp> Hash mark printing on (1024 bytes/hash mark).
| ftp> pwd
| 257 "/"
| ftp> passive on
| Passive mode: on; fallback to active mode: off.
| ftp> 
--------------------

When (ange-ftp-try-passive-mode => nil) all things works perfectly.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to