Hello,
I would like connect to the FTP within the local network without ssl, so I had adjust follow things:
Quote:
Require_Encrypted_Auth = !-ioFTPD !-USER1 !-USER2 *
Require_Encrypted_Data = !-ioFTPD !-USER1 !-USER2 *
|
Ok, the connection works without ssl...but...if I limiting the bandwidth e.g. to :
Quote:
Global_Outbound_Bandwidth = 1000
|
..."all" downloads limited.
If a user connected from a dns-provider with ssl or a user connected from the wan without ssl, the limiting is always active.
I would like ignore the transfer speed limit for users from the wan-network (internal).
Is this possible to solve?
Thank you in advance.