- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- FTP Connection times out after 127 files transferr...
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
08-16-2006 09:18 AM
08-16-2006 09:18 AM
FTP Connection times out after 127 files transferred
Client: Windows 2000 Server command line ftp.
Client runs a script to initiate connection, set ASCII and mget *.
Transfer times out after 127 files.
Other clients are able to tranfer 127+ files no problem.
We're unable to duplicate this in testing.
Please help!
Thanks,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 09:37 AM
08-16-2006 09:37 AM
Re: FTP Connection times out after 127 files transferred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 10:01 AM
08-16-2006 10:01 AM
Re: FTP Connection times out after 127 files transferred
127 is not a magic number in the world of ftp.
I'd check and see if its not a restriction on windows.
Next, I'd see what the proftp configuration file looks like.
Are the files big? Do any of them take more than 15 minutes to download, maybe its a time based timeout after a long delay.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 10:03 AM
08-16-2006 10:03 AM
Re: FTP Connection times out after 127 files transferred
This is an isolated occurance, to this single customer. We have other customers that are doing this same thing without encountering issues.
All switch, duplex settings have been checked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 10:19 AM
08-16-2006 10:19 AM
Re: FTP Connection times out after 127 files transferred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 12:44 PM
08-16-2006 12:44 PM
Re: FTP Connection times out after 127 files transferred
If it is files I would wonder if perhaps the client isn't properly cleaning-up SOCKET handles and is hitting a Windows limit as someone else suggested. Particularly if other client FTP's (on the same Windows system?) can go beyond 127 files.
In FTP, each file transferred is a new FTP data connection - this is per the specification and cannot be changed.