[CLUE-Tech] FTPing many files

Kevin Cullis kevincu at orci.com
Tue Jun 5 10:36:38 MDT 2001


Thanks Ian.

Kevin

ian wrote:
> 
> Another FTP program that handles doing recursive get and put is ncftp.
> 
> For me to move an entire tree up i do the following:
> 
> ncftp ftp.site.net
> cd /masscopy
> put -R *
> 
> You can get the client at http://www.ncftp.com
> 
> ian
> 
> On Tue, Jun 05, 2001 at 08:26:10AM -0700, grant wrote:
> > FTP.script:
> > lcd /home/kevin/newpages
> > cd /home/httpd/htdocs
> > put updated.file
> > put other.file
> > lcd /usr/local/httpd/htdocs/mysite
> > mget *
> >
> >
> > ftp -i remotehost.com <FTP.script
> >
> >
> > Or.......   My versionn of FTP has the ability to accept lists of
> > files.  Check the man page.
> >



More information about the clue-tech mailing list