How can i Limit FTP speed for any particular USER ???
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello,
Anbody have any idea how to limit the FTP speed for a particular user in Red Hat ent. I need to limit [increase/decrease] the FTP speed; though i have been gone through google and many other site but still could not get the +ve reply.
# The maximum data transfer rate permitted, in bytes per second, for
# local authenticated users. The default is 0 (unlimited).
#
#local_max_rate=7200
# The maximum data transfer rate permitted, in bytes per second, for anonymous
# authenticated users. The default is 0 (unlimited).
#
#anon_max_rate=7200
Originally posted by win32sux i'm guessing you're using vsftpd, right???
take alook at these options:
# The maximum data transfer rate permitted, in bytes per second, for
# local authenticated users. The default is 0 (unlimited).
#
#local_max_rate=7200
# The maximum data transfer rate permitted, in bytes per second, for anonymous
# authenticated users. The default is 0 (unlimited).
#
#anon_max_rate=7200
Nops I am using ProFTPD.
Please tell me where can i find these options [in which file]..?
Context
server config, <VirtualHost>, <Global>, <Anonymous>,
<Directory>, .ftpaccess
so that means you can put it in your proftpd config file, .ftpaccess and under also under <VirtualHost>, <Global>, <Anonymous>,
<Directory> directives.
For example if you want to limit the download rate of user "bob" to 20KB throughout the server you can put:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.