Your best friend for file transfer.

Server won't display file list (5 posts)
- Started 20 years ago by artstreet
- Latest reply 20 years ago from Jim Matthews
-
artstreet Member
-
Jim Matthews Administrator
Can you get a file list from other servers, such as ftp.fetchsoftworks.com (leave the User ID and Password fields blank), with PASV enabled or not?
My guess is that the server is behind some sort of firewall that is preventing access with FTP.
Jim Matthews
Fetch Softworks -
artstreet Member
Originally posted by JimMatthews:
Can you get a file list from other servers, such as ftp.fetchsoftworks.com (leave the User ID and Password fields blank), with PASV enabled or not?
My guess is that the server is behind some sort of firewall that is preventing access with FTP.
Jim Matthews
Fetch Softworks -
artstreet Member
I can get into the FTP site for fetchsoftworks just fine with PASV checked.
-
Jim Matthews Administrator
That confirms that the blockage is at the server side. You could ask the server administrators about whether they know of any workarounds.
Thanks,
Jim Matthews
Fetch Softworks
- Page 1
Topic closed
This topic has been closed.
Hi,
I'm trying to log into an NT server and have specified port 22 by typing a space and then the number after the Host name. I've tried logging in with PASV transfers checked and unchecked, also internet config. checked and unchecked. Below is a sample of transcript. Please help...
Thanks in advance.
Passive Checked - Internet Config. un checked:
Fetch 4.0.2 System 0x910 Serial FETCHFL001-E1C3-QWY6 TR
Connecting to ftp.lvwdev.com port 22 (12/9/02 10:03:56 AM)
220 ntserver1 Microsoft FTP Service (Version 4.0).
ADAT
500 'ADAT This command is checking whether this server supports Kerberos or GSS security, see RFC 2228': command not understood
USER jevans
331 Password required for jevans.
PASS
230-Welcome to Lehigh Valley Webmasters, Inc. FTP server.
230-Authorized users only.
230-All activity is logged and monitored.
230 User jevans logged in.
SYST
215 Windows_NT version 4.0
PWD
257 "/" is current directory.
MACB ENABLE
500 'MACB ENABLE': command not understood
SITE DIRSTYLE
200 MSDOS-like directory output is off
PWD
257 "/" is current directory.
CWD /Dev2
250 CWD command successful.
PWD
257 "/Dev2" is current directory.
PASV
227 Entering Passive Mode (192,168,1,10,4,241).
LIST
----------------
Passive un-checked, Internet Config. checked:
Fetch 4.0.2 System 0x910 Serial FETCHFL001-E1C3-QWY6 TR
Connecting to ftp.lvwdev.com port 22 (12/9/02 10:06:14 AM)
220 ntserver1 Microsoft FTP Service (Version 4.0).
ADAT
500 'ADAT This command is checking whether this server supports Kerberos or GSS security, see RFC 2228': command not understood
USER jevans
331 Password required for jevans.
PASS
230-Welcome to Lehigh Valley Webmasters, Inc. FTP server.
230-Authorized users only.
230-All activity is logged and monitored.
230 User jevans logged in.
SYST
215 Windows_NT version 4.0
PWD
257 "/" is current directory.
MACB ENABLE
500 'MACB ENABLE': command not understood
SITE DIRSTYLE
200 MSDOS-like directory output is off
PWD
257 "/" is current directory.
CWD /Dev2
250 CWD command successful.
PWD
257 "/Dev2" is current directory.
PORT 199,224,119,109,147,24
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
----------------------
With both un-checked:
Fetch 4.0.2 System 0x910 Serial FETCHFL001-E1C3-QWY6 TR
Connecting to ftp.lvwdev.com port 22 (12/9/02 10:07:05 AM)
220 ntserver1 Microsoft FTP Service (Version 4.0).
ADAT
500 'ADAT This command is checking whether this server supports Kerberos or GSS security, see RFC 2228': command not understood
USER jevans
331 Password required for jevans.
PASS
230-Welcome to Lehigh Valley Webmasters, Inc. FTP server.
230-Authorized users only.
230-All activity is logged and monitored.
230 User jevans logged in.
SYST
215 Windows_NT version 4.0
PWD
257 "/" is current directory.
MACB ENABLE
500 'MACB ENABLE': command not understood
SITE DIRSTYLE
200 MSDOS-like directory output is off
PWD
257 "/" is current directory.
CWD /Dev2
250 CWD command successful.
PWD
257 "/Dev2" is current directory.
PORT 199,224,119,109,39,53
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
Posted 20 years ago #