Networking Forums

Networking Forums > Computer Networking > Linux Networking > Mozilla can do it, why can't command-line ftp?

Reply
Thread Tools Display Modes

Mozilla can do it, why can't command-line ftp?

 
 
andrew williams
Guest
Posts: n/a

 
      07-30-2003, 08:28 PM
Hi,
there is a site where I would like to download a number of files.
I can happily do this one file at a time using Mozilla using
http://remote.site/subdir

Obviously it would be easier to use ftp with the -i option and mget
*.*.

Since ftp's normal port seems to be blocked, I tried:
ftp -i http://remote.site:80/subdir
Ftp tells me that it is 'requesting' this but then comes back to the
external command-line immediately.
Attempting the -n or -a options did not help.

What is Mozilla doing right that I am doing wrong?

tia

(btw. Please do not mail me, the address on the header is a red
herring)
 
Reply With Quote
 
 
 
 
H. S.
Guest
Posts: n/a

 
      07-30-2003, 08:39 PM
andrew williams wrote:
> Hi,
> there is a site where I would like to download a number of files.
> I can happily do this one file at a time using Mozilla using
> http://remote.site/subdir
>
> Obviously it would be easier to use ftp with the -i option and mget
> *.*.


Have you tried wget?
See http://www.lns.cornell.edu/public/CO...t_4.html#SEC13
for more help.

HTH,
->HS

--
---------------------- X ----------------------
Remove all underscores from my email address to get the correct one.
Apologies for the inconvenience, but this is to reduce spam.

 
Reply With Quote
 
Ian Northeast
Guest
Posts: n/a

 
      07-30-2003, 08:40 PM
andrew williams wrote:
>
> Hi,
> there is a site where I would like to download a number of files.
> I can happily do this one file at a time using Mozilla using
> http://remote.site/subdir
>
> Obviously it would be easier to use ftp with the -i option and mget
> *.*.
>
> Since ftp's normal port seems to be blocked, I tried:
> ftp -i http://remote.site:80/subdir
> Ftp tells me that it is 'requesting' this but then comes back to the
> external command-line immediately.
> Attempting the -n or -a options did not help.
>
> What is Mozilla doing right that I am doing wrong?


Try wget.

Regards, Ian
 
Reply With Quote
 
Steve Wolfe
Guest
Posts: n/a

 
      07-30-2003, 09:02 PM
> there is a site where I would like to download a number of files.
> I can happily do this one file at a time using Mozilla using
> http://remote.site/subdir
>
> Obviously it would be easier to use ftp with the -i option and mget
> *.*.
>
> Since ftp's normal port seems to be blocked, I tried:
> ftp -i http://remote.site:80/subdir
> Ftp tells me that it is 'requesting' this but then comes back to the
> external command-line immediately.
> Attempting the -n or -a options did not help.
>
> What is Mozilla doing right that I am doing wrong?


What you're doing wrong is trying to use an FTP client to retrieve files
that are served out via HTTP. They're completely different protocols, so
you're not going to have any luck. "FTP's normal port" probably isn't
blocked, per se, they're probably not running an FTP server at all.
However, as others have pointed out, wget will probably do what you need.

steve



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to add an ip to a NIC (from the command line)? gst Windows Networking 1 10-01-2008 02:42 PM
Firefox/Mozilla command line auth Synic Linux Networking 2 04-07-2005 02:40 PM
mail command | view local machine mail with Mozilla @(none) Linux Networking 1 10-17-2004 10:42 AM
command line Rupert Windows Networking 2 10-20-2003 07:23 PM
How to share using command line Dariusz Zaremba Windows Networking 0 08-08-2003 07:54 AM



1 2 3 4 5 6 7 8 9 10 11