- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP Error
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
06-21-2004 04:17 AM
06-21-2004 04:17 AM
FTP Error
We are downloading a file from a FTP Server every day. This process runs successfully. But occasionally we receive a huge file (50MB, may be small for some people), on these occassions, after downloading full file the server gives an error "421 Service not available, remote server has closed connection". But we are able to receive full file successfully. Any idea why we are receiving this error message?
TIA,
Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 05:36 AM
06-21-2004 05:36 AM
Re: FTP Error
Basically - you transfer a small file, it complets within the "time out window", then you can go ahead an perform additional ftp commands/tranfers...but with the larger file, you don't complete within the window, so they punt your connection as soon as the transfer is complete.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:05 AM
06-21-2004 06:05 AM
Re: FTP Error
cron jobs that might disrupt the transfer
inetd.conf configuration
filesystem's getting full. A filesystem getting full might explain it.
If its a HP box, check /var/adm/syslog/syslog.log for messages coinciding with the message.
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
06-21-2004 09:32 PM
06-21-2004 09:32 PM
Re: FTP Error
if it is possible, use the "hash" option before you start download, some ftp severs need it during download in order to forbid these kind of messages
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 09:51 PM
06-21-2004 09:51 PM
Re: FTP Error
Use "ndd" to set any tcp/udp related parameters. see man ndd.
# ndd -get /dev/tcp
list all tcp parameters and values.
# ndd -set /dev/tcp
Just to add to the earlier responses those rightly explained the cuase.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 12:07 AM
06-22-2004 12:07 AM