nxc Verified current stable Not installed? Networking

Nxc / List Directories With Valid Credentials

List Directories With Valid Credentials

Nxc command syntax to list directories with valid credentials. Copyable examples, output expectations, and common mistakes.

$
Terminal
nxc ftp <192.168.178.0/24> -u <username> -p <password> --ls

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.0/24>
192.168.178.0 24
The value supplied for 192.168.178.0 24.
-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.
-u
Command Option
Tool-specific option used by this command invocation.
-p
Command Option
Tool-specific option used by this command invocation.
--ls
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative networking tools for the same job.