Re: FTP Client which will FTP only one file type say HTML
From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 04/30/04
- Next message: Barry Margolin: "Re: problems with FIND cmd"
- Previous message: Icarus Sparry: "Re: ksh (88/93), setting of PATH in ~/.profile"
- In reply to: zzapper: "FTP Client which will FTP only one file type say HTML"
- Next in thread: those who know me have no need of my name: "Re: FTP Client which will FTP only one file type say HTML"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 20:28:56 -0400
In article <uif29093lmi052k8n5jjpgqcveu6mqnk0k@4ax.com>,
zzapper <david@tvis.co.uk> wrote:
> Hi,
> Is there an FTP client which can be configured to only download/upload
> particular file types say images or html pages.?
Assuming they all have a common filename suffix, you can use the "mget"
or "mput" command in the standard Unix FTP client:
ftp servername
...
ftp>mget *.html
-- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***
- Next message: Barry Margolin: "Re: problems with FIND cmd"
- Previous message: Icarus Sparry: "Re: ksh (88/93), setting of PATH in ~/.profile"
- In reply to: zzapper: "FTP Client which will FTP only one file type say HTML"
- Next in thread: those who know me have no need of my name: "Re: FTP Client which will FTP only one file type say HTML"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|