__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
- See also BENCHMARKS

This FTPd should be very performant. The reasons for this are below, followed
by specific benchmarks as and when I get them.

1) Generally, it is a fairly minimal FTPd. There should not be much code and/or
syscall bloat.

2) For binary downloads, Linux sendfile() is used. This is a lot lighter on
CPU/syscall usage than your regular read()/write() loop.

3) The "ls" command is fully internal. That is to say, an external "ls" command
does not need to be launch. Launching an external process is costly because
of the fork(), exec(), ELF loader startup, etc.


It is not all good news, of course. Potential sources of poor performance
include

1) Overhead of two processes per session (in some common configurations).

2) Excessive heap usage hidden behind the string API.


BENCHMARKS
==========

1) vsftpd downloads ASCII data at at least twice the rate of wu-ftpd.

2) vsftpd has achieved 86Mbyte/sec download over Gigabit ethernet between
Linux-2.4.x boxes (thanks to sendfile())

3) vsftpd has smaller virtual memory usage (and RSS, it seems)

4) Various reports have trickled in and indicate that vsftpd thumps wu-ftpd
in performance tests.


Filemanager

Name Type Size Permission Actions
SECURITY Folder 0755
examples Folder 0755
AUDIT File 1.36 KB 0644
BENCHMARKS File 2.84 KB 0644
BUGS File 822 B 0644
FAQ.gz File 4.97 KB 0644
README File 1.33 KB 0644
README.Debian File 3.1 KB 0644
README.security File 112 B 0644
README.ssl File 2.07 KB 0644
REWARD File 125 B 0644
SIZE File 392 B 0644
SPEED File 1.14 KB 0644
TODO File 1.79 KB 0644
TUNING File 1.23 KB 0644
changelog.Debian.gz File 640 B 0644
copyright File 1.63 KB 0644
Filemanager