how to make FTP session automatic with shell scripting?


ftp -n IpAddress <
quote user USER_ID

quote pass PASSWORD



binary

cd $DSTINATION

put FileName

bye