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




Thread: .netrc file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-26-2007
jithinravi jithinravi is offline
Registered User
  
 

Join Date: Apr 2007
Posts: 8
.netrc file

I had configured the .netrc file for automatic login to ftp
however i am not clear how to give the port no after the "machine" token:
as in, when i give
machine xyz.com 2121
login <usid>
password <pass>

i am getting the error Unknown .netrc keyword 2121 while giving the command ftp xyz.com 2121.How am i supposed to resolve this issue?