nxc Verified current stable Not installed? Networking

Nxc / Download File From Ftp Server

Download File From Ftp Server

Nxc command syntax to download file from ftp server. Copyable examples, output expectations, and common mistakes.

$
Terminal
nxc ftp <192.168.178.2> -u <username> -p <password> --get <path/to/file>

Command Breakdown

What each part is doing

nxc
Base Command
The executable that performs this operation. Here it runs Nxc before the shell applies any redirect operators.
<192.168.178.2>
192.168.178.2
The value supplied for 192.168.178.2.
-u
u| username
The user value supplied to this command.
<username>
username
The user value supplied to this command.
-p
p| password
The value supplied for p| password.
<password>
password
The value supplied for password.
<path/to/file>
Input Files
The file path or paths supplied to this command.
-u
Command Option
Tool-specific option used by this command invocation.
-p
Command Option
Tool-specific option used by this command invocation.
--get
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative networking tools for the same job.