These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for server-side FTP tweaks ... on the new forum.
hi,
wondering if there's a simple way to tweak FTP response of a VM server, in terms of - you might say - the "persistence" of the connection.
using Dreamweaver for my sites; FTP connection seems to get 'stuck on' but loses it live connection after a short period of non-use. Is there any way of either lengthening the time window of the active connection, or else forcing a disconnect after, say 30 sec of non-activity?
I've tried all the possible combination of FTP settings on the dreamweaver end, but nothing seems to work.
thanks for any suggestions ...
Gary
Howdy,
You could try editing /etc/proftpd/proftpd.conf, and tweak the "TimeoutIdle" setting.
It's set to 600 seconds by default on my distro, but you could lower that to 30.
-Eric
hi Andreychek,
the "Timeoutidle" parameter does not seem to exist in my file, which was located under "etc" (no folder called "proftpd") ...
Here's the content of the file, is there any other parameter that might work? Thanks!
Gary
Well, different distributions have different defaults that they add to their config files.
You could just add a TimeoutIdle line near the top of your config file, and set it to your desired value.
Details on that parameter are here:
http://www.proftpd.org/docs/directives/linked/config_ref_TimeoutIdle.html
After you add it, you'd need to restart Proftpd.
-Eric