- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP access time limits???
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
07-28-2005 03:58 AM
07-28-2005 03:58 AM
His connection is via a dedicated T1 so vpn or firewall settings should not be a problem. Are there settings outside of the ftpaccess file which affect time/access limits on the ftp server?
Here's the ftpaccess file that he connects through;
class users real,guest *
guestgroup ftponly
suppressversion yes
upload /da * yes daftp ftponly 0600 dirs
upload /da/data * yes daftp ftponly 0600 dirs
noretreive /etc/passwd core
Thanks again for your help...
-a
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 04:01 AM
07-28-2005 04:01 AM
Solution-t timeout Causes ftpd to timeout inactive sessions after timeout seconds. By default, ftpd terminates an inactive session after 15 minutes.
The parameter will be on the ftpd line in /etc/inetd.conf if it has been changed from the default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 04:07 AM
07-28-2005 04:07 AM
Re: FTP access time limits???
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
So it looks like the time limit has already been removed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:41 AM
07-29-2005 02:41 AM
Re: FTP access time limits???
"connection closed by remote host"
I've enclosed a screen copy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:20 AM
07-29-2005 03:20 AM
Re: FTP access time limits???
non-existence of -t from the inetd.conf on ftp line does not mean that it is removed. It means it is set to the default value which according to my ftpd man pages is 15 minutes.
the client has a right to change this setting upon login and you as the ftpd administrator have a chance of capping this value with -T but since your purpose is to keep thisperson alive at all times, I think you can modify the ftpd line on inetd.conf with an obscenely high number preceeded by -t.
Also, in most workplaces, network admins impose inacitivity limits on the routers and firewalls. Even though you say VPN or firewall setting should not be a problem, it generally means the rules are set for passthru anything. It does not necessarily mean that they are immune to global timeout setting. It might be a good idea to check with them on the side too.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:24 AM
07-29-2005 03:24 AM
Re: FTP access time limits???
When a file is in the process of bring transferred that is not considered inactive, is it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:34 AM
07-29-2005 03:34 AM
Re: FTP access time limits???
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:37 AM
07-29-2005 03:37 AM
Re: FTP access time limits???
lets see what happens.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:39 AM
07-29-2005 03:39 AM
Re: FTP access time limits???
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 03:37 AM
08-01-2005 03:37 AM
Re: FTP access time limits???
-a