On Wed, 24 May 2006 14:28:26 -0700, hendeda wrote:
> I must say... you are a patient man!
I completely agree that IE is
> a POS and only used it as another method of testing since FF doesn't
> have a builtin ftp client.
Firefox most certainly can be an ftp client, at least on UNIX systems. I
used it to confirm the syntax of the URI before I posted it by logging in
to a remote FTP/WWW server. In fact, I know that Firefox on Windows can
also be used as an ftp client.
> I ran ncFTP with the syntax you listed and
> was able to login successfully just as the other clients did. As soon
> as I logged in, I switched to passive mode and tried to ls command.
There is no need to switch to passive mode using ncftp; that is the
default.
[~]$ ncftp -u duhring web1.domain.net
NcFTP 3.1.5 (Oct 13, 2002) by Mike Gleason ((E-Mail Removed)).
Connecting to xx.xxx.xx.xx...
web1.domain.net FTP server (Version 6.6/OpenBSD) ready.
Logging in...
Password requested by xx.xxx.xx.xx for user "duhring".
Password required for duhring.
Password: ********
OpenBSD 3.7 (GENERIC) #50: Sun Mar 20 00:01:57 MST 2005
User duhring logged in.
Logged in to web1.domain.net.
ncftp /home/duhring > ls
..Xauthority .cshrc .mailrc
..bash_history .firefox/ .mozilla/
..bash_profile@ .fonts.cache-1 .profile
..bashrc .login .rhosts
There are PF firewalls on both my home network and the FTP/WWW server.