LinuxCommandLibrary

netkit-ftp

netkit FTP client

TLDR

Connect to FTP server

$ netkit-ftp [ftp.example.com]
copy
Connect with username
$ netkit-ftp -u [username] [host]
copy
Passive mode
$ netkit-ftp -p [host]
copy
Verbose mode
$ netkit-ftp -v [host]
copy
Debug mode
$ netkit-ftp -d [host]
copy

SYNOPSIS

netkit-ftp [options] [host]

DESCRIPTION

netkit-ftp is the netkit FTP client. It transfers files over FTP protocol.
The tool connects to FTP servers. Interactive command-line interface.

PARAMETERS

HOST

FTP server hostname.
-u USER
Username.
-p
Use passive mode.
-v
Verbose output.
-d
Debug mode.
--help
Display help information.

CAVEATS

Unencrypted protocol. Legacy tool. Consider sftp for secure transfers.

HISTORY

netkit-ftp is part of netkit, providing standard Unix network utilities since the early internet era.

SEE ALSO

ftp(1), sftp(1), lftp(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community