Computing.Net > Forums > Unix > How get error num FTP fail........?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How get error num FTP fail........?

Reply to Message Icon

Name: elgatovzla
Date: March 15, 2004 at 04:34:35 Pacific
OS: SUNOS 5.8
CPU/Ram: N/A
Comment:

Hy, somebody knows how to get error number when you try connect by FTP to another machine and itīs fail by timeout...?

ElGatoVzla



Sponsored Link
Ads by Google

Response Number 1
Name: Dlonra
Date: March 17, 2004 at 10:12:50 Pacific
Reply:

what do you mean by "timeout" - No connection?
Is the host valid?

try (works on linux)
telnet -e X remote_Host 21 <<!
X.
!
echo $? # 1= Unknown host or other problem
# 0=OK


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: How get error num FTP fail........?

how to start ftp deamon? www.computing.net/answers/unix/how-to-start-ftp-deamon/3687.html

How to get CRON to read .profile www.computing.net/answers/unix/how-to-get-cron-to-read-profile/5351.html

How to control FTP timeout? www.computing.net/answers/unix/how-to-control-ftp-timeout/5397.html