The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-10-2009
OrlandoRost OrlandoRost is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 3
Still the same result is: 'usage: ftp host-name [port]'
Code I used is bellow:

ftp -n <<EOF
open ftpserver.com
user myuser mypass
EOF

I just wanted to connect to the server without file transfer...
Is 'put file to ftp' important action in this situation?

Many thx., Jim!