How to Install and Uninstall curlftpfs Package on Kali Linux

Last updated: May 22,2024

1. Install "curlftpfs" package

Please follow the guidance below to install curlftpfs on Kali Linux

$ sudo apt update $ sudo apt install curlftpfs

2. Uninstall "curlftpfs" package

This is a short guide on how to uninstall curlftpfs on Kali Linux:

$ sudo apt remove curlftpfs $ sudo apt autoclean && sudo apt autoremove

3. Information about the curlftpfs package on Kali Linux

Package: curlftpfs
Source: curlftpfs (0.9.2-9)
Version: 0.9.2-9+b1
Installed-Size: 83
Maintainer: Vincent Bernat
Architecture: amd64
Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libfuse2 (>= 2.6), libglib2.0-0 (>= 2.12.0), fuse
Size: 32082
SHA256: 55449ce91bf422999bab5b684997a8a5bd7b8748cd69a07ad33f67e652628cb0
SHA1: 24fed0e0b82f4e11427649a3f91316210d251060
MD5sum: e87810af78e8da3eb3c31b3d5a7c2e36
Description: filesystem to access FTP hosts based on FUSE and cURL
CurlFtpFS is a tool to mount FTP hosts as local directories. It connects
to a FTP server and maps its directory structure to the local filesystem.
.
Based on FUSE (filesystem in userspace) and the cURL library, CurlFtpFS
has some features that distinguish it over other FTP filesystems:
* support for SSLv3 and TLSv1
* connecting through tunneling HTTP proxies
* automatic reconnection if the server times out
* conversion of absolute symlinks to point back into the FTP filesystem
Description-md5:
Homepage: http://curlftpfs.sourceforge.net
Tag: implemented-in::c, protocol::ftp, role::program
Section: utils
Priority: optional
Filename: pool/main/c/curlftpfs/curlftpfs_0.9.2-9+b1_amd64.deb