The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM



Thread: FTP problem
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-15-2008
veer veer is offline
Registered User
 

Join Date: Nov 2007
Posts: 23
Try telnet host 21
Does it say connection refused?
1) Is ur system i.e client in a different LAN than the one on which ur ftping. 2) Have the IPAddressing scheme, I mean the subnets changed.
3) On UNIX server the basic FTP security is set in /etc/ftpd/ftpusers or just /etc/ftpusers, in /etc/ftpd/ftphosts and in /etc/shells. The ftphosts file if doesnot contain ur systems' IP then it wont' allow.
4) Lastly, did u check on the UNIX server itself whether u can run the `telnet localhost 21` cmd and get a blank or connected screen. Just to check whether FTP server on it is responding.
Reply With Quote