Re: FTP Client which will FTP only one file type say HTML

From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 04/30/04


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 ***


Relevant Pages

  • Re: how to upload files from PCC to webserver
    ... I am developing the App on PPC (symbol ... MC50).It have a take images function. ... My app is using webservice to access ... As for using FTP client to transfer files to server. ...
    (microsoft.public.pocketpc.wireless)
  • Re: FTP client?
    ... ncftp is the best FTP client I've found. ... If your file types are ... then you can easily 'mget' them. ...
    (Fedora)
  • Browser stripping IMG tags from pages????
    ... many images are not appearing on my webpages. ... image tag in the html code. ... When I check my FTP client of the FTP online ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: FTP Client which will FTP only one file type say HTML
    ... >particular file types say images or html pages.? ... as long as you can use glob's, e.g., *.html, then nearly any good client ...
    (comp.unix.shell)