tnftp is what many users affectionately call the enhanced ftp client in NetBSD (http://www.netbsd.org). This package is a `port' of the NetBSD ftp client to other systems. The enhancements over the standard ftp client in 4.4BSD include: * command-line editing within ftp * command-line fetching of URLS, including support for: - http proxies (c.f: $http_proxy, $ftp_proxy) - authentication * context sensitive command and filename completion * dynamic progress bar * IPv6 support (from the WIDE project) * modification time preservation * paging of local and remote files, and of directory listings (c.f: `lpage', `page', `pdir') * passive mode support, with fallback to active mode * `set option' override of ftp environment variables * TIS Firewall Toolkit gate ftp proxy support (c.f: `gate') * transfer-rate throttling (c.f: `-T', `rate')
sudo apt install tnftp (259 KB)
Dependências: libc6, libedit2, libssl3t64
Escolha um comando ao lado para ver a descrição e a ajuda completa.
tnftp
Internet file transfer program
root@kali:~# tnftp -h
tnftp: -h: unknown option
usage: tnftp [-46AadefginpRtVv] [-b BUFSIZE] [-H HEADER] [-N NETRC] [-o OUTPUT]
[-P PORT] [-q QUITTIME] [-r RETRY] [-s SRCADDR] [-T DIR,MAX[,INC]]
[-x XFERSIZE]
[[USER@]HOST [PORT]]
[[USER@]HOST:[PATH][/]]
[file:///PATH]
[ftp://[USER[:PASSWORD]@]HOST[:PORT]/PATH[/][;type=TYPE]]
[http://[USER[:PASSWORD]@]HOST[:PORT]/PATH]
[https://[USER[:PASSWORD]@]HOST[:PORT]/PATH]
...
tnftp -u URL FILE ...
tnftp -?