Web Hosting Talk







View Full Version : Proftp Store Resume


Jedito
04-08-2002, 02:40 AM
Hi
I have a line in proftpd.conf that say

AllowStoreRestart on

That should allow to resume uploads, but, it doesnt :), I thought that would be enough with that.
Any idea of what else its needed?

BTW, yes, I did restarted proftpd after the changes.

jayjay
04-08-2002, 02:51 AM
# Set the user and group that the server normally runs at.
User nobody
Group nobody
AllowForeignAddress on
PassivePorts XXXXX XXXXX
AllowStoreRestart on
AllowRetrieveRestart on

That's what I have, and it works great! :)

Hope this helps,
Jason

Jedito
04-08-2002, 03:28 AM
This is what I have

AllowForeignAddress on
AllowStoreRestart on
TimeoutIdle 1000
AllowRetrieveRestart on
# Set the user and group that the server normally runs at.
User nobody
Group proftpd

If I change the group to nobody, it don't let me login