How to Install and Uninstall ftp-proxy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "ftp-proxy" package

This guide let you learn how to install ftp-proxy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ftp-proxy

2. Uninstall "ftp-proxy" package

Please follow the guidelines below to uninstall ftp-proxy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ftp-proxy $ sudo apt autoclean && sudo apt autoremove

3. Information about the ftp-proxy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ftp-proxy
Priority: optional
Section: universe/net
Installed-Size: 176
Maintainer: Ubuntu Developers
Original-Maintainer: Roberto Lumbreras
Architecture: amd64
Source: proxy-suite
Version: 1.9.2.4-10
Depends: libc6 (>= 2.15), libldap-2.4-2 (>= 2.4.7), libwrap0 (>= 7.6-4~)
Recommends: ftp-proxy-doc
Filename: pool/universe/p/proxy-suite/ftp-proxy_1.9.2.4-10_amd64.deb
Size: 58108
MD5sum: 9bbc38d79697f3b2dcc147fe09886f03
SHA1: e538e681d9f1d8e7f2fd06c718f15b5f44e542c6
SHA256: 7df3a79cd0906bd8ba822213a99b993cbb274dfa67d548a502bbc0281bede254
Description-en: application level proxy for the FTP protocol
FTP-Proxy is a transparent, application-level proxy server for FTP
connections, designed to protect FTP servers against attacks based on the FTP
protocol. It is the first (and currently only) component of the SuSE Proxy
Suite, a set of programs to enhance firewall security.
.
FTP-Proxy is much less complex than any current FTP server, has been designed
with great care and performs chroot(), setuid(), setgid() to avoid possible
vulnerabilities, and is believed to be immune against current known attacks.
.
FTP-Proxy features include:
o Securely relays FTP connections between clients and servers
o Can switch connections from active to passive and vice versa
o Utilizes port ranges for both control and data connections
o Provides extensive auditing (via syslog or rotating log files)
o Can separate user related from system triggered audit events
o Provides command restriction based on logged in user name
o Allows command argument checking with regular expressions
o Is able to retrieve configuration data from an LDAP directory
o Has been thoroughly tested against buffer overflow attacks
o Fully conforms to RFC 959 and 1123 (the basic FTP RFCs)
o Planned to support RFC 1579 ("Firewall Friendly FTP")
o Planned to support RFC 2428 (IPv6 Extensions for FTP)
o Based on GNU AutoConf, supposed to run on many UNIX systems
Description-md5: 62e06e3e66504bb8dcc3df43dd9668ff
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu