Purpose of inv

Hi All

Can anybody tell me what is the purpose of inv in the below command.

ftp -inv $RFTPSERVER /temp/te.txt << EOF

and << its stands for what..

Thanks

If you need help with command parameters use man

man ftp

I'll help you out this time though..

-i Turns off interactive prompting during multiple file transfers.
-v Verbose option forces ftp to show all responses from the remote server, as well as report on data transfer statistics.
-n Restrains ftp from attempting "auto-login� upon initial connection.

Google is also a useful tool :stuck_out_tongue: