- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp connection terminated abnormally
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
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
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
тАО07-04-2001 02:55 AM
тАО07-04-2001 02:55 AM
ftp connection terminated abnormally
The syslog file reports the following entries :
connection from 192.168.7.100 at Tue Jun 5 04:43:23 2001
FTP LOGIN FROM 192.168.7.100, robij
User robij timed out after 900 seconds
User robij logged out
I notice there is no PORT process reported in the syslog file when this user attempts ftp.
Does anyone know why this is happening ?
Many thanks in advance :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2001 03:00 AM
тАО07-04-2001 03:00 AM
Re: ftp connection terminated abnormally
On the client side using cuteftp I have noticed a timeout setting that ensures that effectively a null command will be send to ensure that the session doesn't timeout.
I've never notices on internet explorer however using the url
ftp://username:ftp.site.com/
so it must be done automatically.
If you have a look at the ftp man (ftpd) you'll find out how to change the server side timeout.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2001 03:11 AM
тАО07-04-2001 03:11 AM
Re: ftp connection terminated abnormally
This normal, the system will close the ftp session after 900 seconds ( 15 minutes ).
It's a timeout disconnexion.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2001 03:13 AM
тАО07-04-2001 03:13 AM
Re: ftp connection terminated abnormally
Oops, I mean after 900 seconds of INACTIVITY of course.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2001 06:48 AM
тАО07-06-2001 06:48 AM
Re: ftp connection terminated abnormally
In your inetd.conf file, you can modify this 15 minute timeout by using the -t flag.
Read the man page on ftpd for more information.
[[clip]]
-t timeout Causes ftpd to timeout inactive sessions after
timeout seconds. By default, ftpd terminates an
inactive session after 15 minutes.
[[clip]]