in reply to Re: Using FTP Without any Modules
in thread Using FTP Without any Modules

unless I'm mistaken the shell script you supplied does nothing but setting some variables and printing some messages to STDOUT

I nearly missed it as well but this bit:

echo "open $IP quote USER $user quote PASS $pass lcd " |$ftp -n
pipes the commands through the ftp command.

/J\