[CLUE-Tech] FTPing many files

ian iguy at ionsphere.org
Tue Jun 5 10:24:29 MDT 2001


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.
> 
> 
> ______________________________________________________________________________
> 
>                           Your mouse has moved. 
>        You must restart Windows for your changes to take effect.
> 
> #!/usr/bin/perl
> print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);
> 
> 
> 
> _______________________________________________
> CLUE-Tech mailing list
> CLUE-Tech at clue.denver.co.us
> http://clue.denver.co.us/mailman/listinfo/clue-tech



More information about the clue-tech mailing list