- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP SESSION TIMED OUT
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
09-24-2002 06:42 AM
09-24-2002 06:42 AM
FTP SESSION TIMED OUT
Is there some parameter I need to alter to get around this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 06:45 AM
09-24-2002 06:45 AM
Re: FTP SESSION TIMED OUT
Sounds like a network issue. I've seen problems like this before between remote systems, and it turned out to be a speed and duplex problem on one of our systems.
Does it start out fast and then gradually slow down?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 06:46 AM
09-24-2002 06:46 AM
Re: FTP SESSION TIMED OUT
What are ftp'ing from and what are you ftp'ing to?
Have you tried to turn the hash option on and see it transfer?
Is there any file on the remote site?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 07:26 AM
09-24-2002 07:26 AM
Re: FTP SESSION TIMED OUT
Looks like your dropping the connection part way through. The easiest way to tell is to turn on hashing.
I.E.
ftp somehost
user
pass
bin
prompt
hash
mput myfiles*
by
Hashing will print a pound sign "#" for ever 1024bytes (some clients vary, my SunOS system is 8K per hash).
Many reasons that the connections can drop, and would require new thread with topology and configurations.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 07:33 AM
09-24-2002 07:33 AM
Re: FTP SESSION TIMED OUT
man ftp
Set the buffer size of the data socket to size blocks of
1024 bytes. The valid range for size is an integer from 1 to 64 (default is 56).
Note: A large buffer size will improve the performance of ftp on fast links (e.g., FDDI), but may cause long connection times on slow links (e.g., X.25).
Ray