Your best friend for file transfer.

More File List Problems (7 posts)
- Started 20 years ago by bukowski
- Latest reply 20 years ago from Jim Matthews
-
bukowski Member
-
bukowski Member
Interesting.
I just noticed that when I'm connected with passive mode unchecked, I can abort the file list and stay connected. I can move around my home computer, go into folders, etc. But I can never get a file list. I have to cancel everytime it tries to list, but I still stay connected.
-
Jim Matthews Administrator
Can you connect and get a file list with command-line ftp? If so, could you type "debug" before typing "dir" (the file list command), and post the resulting transcript?
Thanks,
Jim Matthews
Fetch Softworks -
bukowski Member
Sorry it has taken me so long to get back. Here's the transcript of an FTP session from the terminal on Mac OS X 10.2
Any info appreciated. What is "extended passive mode"?
-Ben
ftp> open 66.114.77.234
Connected to p77-234.acedsl.com.
220 192.168.1.100 FTP server (lukemftpd 1.1) ready.
Name (66.114.77.234:arturo): ben
331 Password required for ben.
Password:
230-
Welcome to Darwin!
230 User ben logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> debug
Debugging on (debug=1).
ftp> cd UNITY
---> CWD UNITY
250 CWD command successful.
---> PWD
257 "/Users/ben/UNITY" is the current directory.
got remotepwd as `/Users/ben/UNITY'
ftp> dir
---> EPSV
229 Entering Extended Passive Mode (|||49303|)
---> LIST
150 Opening ASCII mode data connection for '/bin/ls'.
total 8
-rw-rw-rw- 1 ben staff 6148 Mar 18 2002 .DS_Store
-rw-r--r-- 1 ben staff 1297992 Mar 18 2002 Mgmt_2.0.pdf
-rw-r--r-- 1 ben staff 188954 Mar 18 2002 Striping10.x4.x3.xv6.pdf
-rw-r--r-- 1 ben staff 1814288 Mar 18 2002 Sys_Over_2.0.pdf
-rw-r--r-- 1 ben staff 597879 Mar 18 2002 Trouble_2.0.pdf
226 Transfer complete.
ftp> get Mgmt_2.0.pdf
local: Mgmt_2.0.pdf remote: Mgmt_2.0.pdf
---> TYPE I
200 Type set to I.
---> SIZE Mgmt_2.0.pdf
213 1297992
---> EPSV
229 Entering Extended Passive Mode (|||49304|)
---> RETR Mgmt_2.0.pdf
150 Opening BINARY mode data connection for 'Mgmt_2.0.pdf' (1297992 bytes).
100% |*************************************| 1267 KB 8.19 KB/s 00:00 ETA
226 Transfer complete.
1297992 bytes received in 02:34 (8.19 KB/s)
---> MDTM Mgmt_2.0.pdf
213 20020319033202
parsed date as: Mon Mar 18 19:32:02 2002
ftp> close
---> QUIT
221-
Data traffic for this session was 1297992 bytes in 1 file.
Total traffic for this session was 1299282 bytes in 2 transfers.
221 Thank you for using the FTP service on 192.168.1.100. -
Jim Matthews Administrator
EPSV (extended PASV) is a new version of the PASV command, but I don't understand why it would make a difference in this case.
Do you have any firewall software running on your computer?
Thanks,
Jim Matthews
Fetch Softworks -
bukowski Member
Firewall software – no. The only thing that is firewall-esque is that I have a router that is forwarding all traffic to my G4. So the IP I connect to is the router, not the actual G4.
But, I don't have to change any settings in my OS X terminal to get connected.
-Ben
-
Jim Matthews Administrator
This is mysterious. Would you be willing to try a test release of Fetch to see if we could get more information about the problem?
Thanks,
Jim Matthews
Fetch Softworks
- Page 1
Topic closed
This topic has been closed.
I'm having the problem of not being able to get the list of files in my FTP directory.
I'm connecting from OS 9.2 to OSX 10.2.
Note, when I try connecting via the terminal on an OS X computer, I have no problems. But fetch doesn't work on OS 9 or X.
I've tried it both with and without passive mode.
Here's the transcript of my last attempt, this was with passive unchecked. The only difference when it is checked is I never get the "can't build data connection", it just hangs and hangs and hangs.
Fetch 4.0.2 System 0x922 Serial FETCHED001-1949-4DV2 TR
Connecting to 66.114.77.234 port 21 (11/1/02 9:49:32 AM)
220 192.168.1.100 FTP server (lukemftpd 1.1) ready.
ADAT
503 Please set authentication state with AUTH.
USER ben
331 Password required for ben.
PASS
230-
Welcome to Darwin!
230 User ben logged in.
SYST
215 UNIX Type: L8 Version: lukemftpd 1.1
PWD
257 "/Users/ben" is the current directory.
MACB ENABLE
500 'MACB ENABLE': command not understood.
PWD
257 "/Users/ben" is the current directory.
PWD
257 "/Users/ben" is the current directory.
PASV
227 Entering Passive Mode (192,168,1,100,192,58)
LIST
ABOR
CStreamOT::Read() OTRcv() returned -3208
Connecting to 66.114.77.234 port 21 (11/1/02 9:51:56 AM)
220 192.168.1.100 FTP server (lukemftpd 1.1) ready.
ADAT
503 Please set authentication state with AUTH.
USER ben
331 Password required for ben.
PASS
230-
Welcome to Darwin!
230 User ben logged in.
SYST
215 UNIX Type: L8 Version: lukemftpd 1.1
PWD
257 "/Users/ben" is the current directory.
MACB ENABLE
500 'MACB ENABLE': command not understood.
PWD
257 "/Users/ben" is the current directory.
PWD
257 "/Users/ben" is the current directory.
PORT 192,168,123,122,199,68
200 PORT command successful.
LIST
ABOR
CStreamOT::Read() OTRcv() returned -3208
425 Can't build data connection:
Posted 20 years ago #