Hi,
I am able to connect to most of my Unix hosts without problem using GNU
Emacs 20.6.1 with ange-ftp from my W2K system. However, I have trouble
getting files correctly retrieved from my RedHat 7.1 system, and setting
ange-ftp-dumb-unix-host-regexp doesn't seem to help.
The three transcripts below are (respectively):
1. successfully accessing a file on a remote SGI
2. unsuccessfully accessing a file on the RedHat system
3. same as (2), but with ange-ftp-dumb-unix-host-regexp set to include the
RedHat host
I guess that in many ways this is really an issue with wu-ftp (2.6.1-16),
but perhaps some of the ange-ftp experts will have some insights as well as
the Linux folks.
I tried placing the ange-ftp.el from Emacs 21.1 into my 20.6.1 path, but got
the error:
Symbol's function definition is void: make-temp-file
when opening a file via ange-ftp, so I guess this newer ange-ftp.el isn't
backward compatible.
TIA,
-Jonathan
---begin 1---
Invalid help command foo.
open mgchd1.nichd.nih.gov
Connected to mgchd1.nichd.nih.gov.
220 mgchd1.nichd.nih.gov FTP server ready.
user "epstein" Turtle Power!
331 Password required for epstein.
230 User epstein logged in.
hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
pwd
257 "/disk3/people/epstein" is current directory.
ls "-al /disk3/people/cora/STUFF/Fli_Home.html/."
c:/DOCUME~1/EPSTEI~1.NIC/LOCALS~1/Temp/ange-ftpa944L_w
200 PORT command successful.
150 Opening ASCII mode data connection for '/bin/ls'.
226 Transfer complete.
ftp: 87 bytes received in 0.03Seconds 2.90Kbytes/sec.
ls "-al /disk3/people/cora/STUFF/."
c:/DOCUME~1/EPSTEI~1.NIC/LOCALS~1/Temp/ange-ftpa944L_w
200 PORT command successful.
150 Opening ASCII mode data connection for '/bin/ls'.
226 Transfer complete.
ftp: 2876 bytes received in 0.12Seconds 23.97Kbytes/sec.
type binary
200 Type set to I.
get /disk3/people/cora/STUFF/Fli_Home.html
c:/DOCUME~1/EPSTEI~1.NIC/LOCALS~1/Temp/ange-ftpa944L_w
200 PORT command successful.
150 Opening BINARY mode data connection for
'/disk3/people/cora/STUFF/Fli_Home.html' (1149 bytes).
226 Transfer complete.
ftp: 1149 bytes received in 0.02Seconds 57.45Kbytes/sec.
type ascii
200 Type set to A.
--- end 1---
--- begin 2---
Invalid help command foo.
open zfish.nichd.nih.gov
Connected to zfish.nichd.nih.gov.
220 zfish FTP server (Version wu-2.6.1-16) ready.
user "epstein" Turtle Power!
331 Password required for epstein.
230 User epstein logged in.
hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
pwd
257 "/home/epstein" is current directory.
ls "-al /home/epstein/pages/newtest012001/Fli_Home.html/."
c:/DOCUME~1/EPSTEI~1.NIC/LOCALS~1/Temp/ange-ftpa920M-w
200 PORT command successful.
150 Opening ASCII mode data connection for directory listing.
226 Transfer complete.
ftp: 9 bytes received in 0.00Seconds 9000.00Kbytes/sec.
---end 2---
---begin 3---
Invalid help command foo.
open zfish.nichd.nih.gov
Connected to zfish.nichd.nih.gov.
220 zfish FTP server (Version wu-2.6.1-16) ready.
user "epstein" Turtle Power!
331 Password required for epstein.
230 User epstein logged in.
hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
dir /home/epstein/pages/newtest012001/Fli_Home.html/
c:/DOCUME~1/EPSTEI~1.NIC/LOCALS~1/Temp/ange-ftpa300lEx
200 PORT command successful.
150 Opening ASCII mode data connection for directory listing.
226 Transfer complete.
ftp: 9 bytes received in 0.00Seconds 9000.00Kbytes/sec.
---end 3---