- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- FTP connection take a long time.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 01:14 PM
10-11-2001 01:14 PM
FTP connection take a long time.
Info:
Kernel 2.2.19
wu-ftp 2.6.1
When try to connect to my ftp server the connection take a long long take to be established.
All comments welcome
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 02:07 PM
10-11-2001 02:07 PM
Re: FTP connection take a long time.
Usually ftp and telnet try to do a reverse lookup on the IP address of the client that is trying to connect. If it can't resolve it, then the connection usually takes a long time.
To rule this out, put a hostname and IP address of the client in your ftp's server /etc/hosts file and make sure /etc/nsswitch.conf has files listed in the hosts line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 02:48 PM
10-11-2001 02:48 PM
Re: FTP connection take a long time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 03:40 PM
10-11-2001 03:40 PM
Re: FTP connection take a long time.
log_on_success += DURATION USERID
log_on_failure += USERID
That worked for me. Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 05:37 AM
10-12-2001 05:37 AM
Re: FTP connection take a long time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 08:21 AM
10-16-2001 08:21 AM
Re: FTP connection take a long time.
do you have a hosts entry in your PC for the FTP server? This won't solve the problem for everyone, but just a step to gather information.
If you use WindowsNT or win2k, the hosts file is in C:\winnt\system32\drivers\etc
Try this and then try pining the ftp server by name and then from the ftp server, ping your pc by name and see if it resolves.
We'll go from there.