User manual
3.4.2. Logging into the FTP server
・Open a command prompt window.
・Enter “ftp 192.168.11.1” to access the FTP server.
・Enter the username, and press the Enter key.
・Enter the password, and press the Enter key.
・When the login is successful, “ftp>” appears on the screen.
・To logout, enter the “bye” command.
3.4.3. Common FTP commands
Command Description Entry example
ftp Starts FTP ftp
ls Displays a list of
the remote
directory’s files
ls
pwd Displays the
current directory
on the remote
computer
pwd
cd Changes the current
working directory
on the remote
computer
cd img
mkdir Creates a remote
directory
mkdir test
rmdir Deletes a remote
directory
rmdir test
lcd Changes the current
working directory
on the local
computer
lcd E:\test
asc Switches to ASCII
transfer mode
asc
bin Switches to binary
transfer mode
bin
put Uploads a file to
the remote computer
put test.pdf
mput Uploads multiple
files to the remote
computer
mput test1.jpg
test2.jpg
test3.jpg
get Downloads a file to
the local computer
get index.html
mget Downloads multiple
files to the local
computer
mget test1.jpg
test2.jpg
test3.jpg
- 25 -