bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7034: 23.2; Open remote files (via FTP) fails on (my) Windows XP por


From: Eli Zaretskii
Subject: bug#7034: 23.2; Open remote files (via FTP) fails on (my) Windows XP port
Date: Tue, 14 Sep 2010 22:20:06 +0200

> Date: Tue, 14 Sep 2010 20:57:49 +0200
> From: Dani Moncayo <dmoncayo@gmail.com>
> Cc: 
> 
> 1.- Start Emacs (anyhow).
> 2.- Type `C-x C-f'.
> 3.- In the minibuffer, write the PATH of a remote file, accessible via
> FTP. For example: `/ftp:ftp@ftp.mozilla.org:/pub/mozilla.org/README'.

I cannot reproduce this, on Windows XP SP2.  It works for me.

> Am I doing something wrong? Or is it a bug? (This same procedure works
> in the Ubuntu port!!)

I would suspect some network setup, because where you get your
connection closed:

    257 "/"
    cd "/pub/mozilla.org/README/"
    550 Failed to change directory.
    cd "/pub/mozilla.org/README/"
    550 Failed to change directory.
    cd "/pub/mozilla.org/"
    250 Directory successfully changed.
    ls -al c:/DOCUME~1/admin/LOCALS~1/Temp/ange-ftp4012GxJ
    Connection closed by remote host.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I get the directory listing:

    257 "/"
    cd "/pub/mozilla.org/README/"
    550 Failed to change directory.
    cd "/pub/mozilla.org/README/"
    550 Failed to change directory.
    cd "/pub/mozilla.org/"
    250 Directory successfully changed.
    ls -al c:/DOCUME~1/Zaretzky/LOCALS~1/Temp/ange-ftp2956QFL
    200 PORT command successful. Consider using PASV.
    150 Here comes the directory listing.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]