| Parameter | Description | Value |
|---|---|---|
remote-filename |
Specifies the name of the queried remote file. |
The name is a string of 1 to 64 characters. |
local-filename |
Specifies the name of the saved local file. |
The name is a string of 1 to 64 characters. |
# Query temp.c.
<sysname> ftp 10.1.1.1 Trying 10.1.1.1... Press CTRL+K to abort Connected to 10.1.1.1. 220 FTP service ready. User(10.1.1.1:(none)):ftpuser 331 Password required for ftpuser Enter password: 230 User logged in. [ftp] ls temp.c 200 Port command okay. 150 Opening ASCII mode data connection for temp.c. temp.c 226 Transfer complete. FTP: 11 byte(s) received in 0.090 second(s) 122.22byte(s)/sec.