Command Line Ftp Tools


Table of Contents

cmd:ftp script 
ftp commands 
ftp tools for linux 
ftp tools for linux 
ftp tools for linux 
ftp tools for linux 
cmd:ncftpget of pkg:ncftp 
Usage 
Help 
cmd:ncftpput 
My own upload server test 
Anonymously uploading to upload.sourceforge.net 
Recursive upload 
Help 
Recursive upload 
Continuous upload 
Continuous upload 

cmd:ftp script 

> I would like to create an automize ftp script to get daily
> data.

( echo user anonymous ydhallui@elora.math.uwaterloo.ca echo cd someDir echo get someFile echo bye ) | ftp -vin someServer

ftp commands 

status      Show the current status of ftp.
sunique     Toggle storing of files on remote machine under unique file
            names.  Default value is off.