Table of Contents
> 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
status Show the current status of ftp.
sunique Toggle storing of files on remote machine under unique file names. Default value is off.