Xshell provides a UNIX/LINUX-like secure FTP connection method for advanced users. After an SFTP connection is established, enter "help" to list all commands you can run at the SFTP prompt.

Command Description
get file1 [file2] [file3] ... Downloads files from the remote host.
put file1 [file2] [file3] ... Uploads files to the remote host.
mv path1 path2
rename path1 path2
Moves/renames a file or directory on the remote host.
mkdir directory Makes a directory on the remote host.
rmdir directory Removes a directory on the remote host.
rm file Removes a file on the remote host
pwd Prints the working directory of the remote host.
lpwd Prints the working directory of the local host.
cd directory Changes the remote working directory.
lcd [directory] Changes the local working directory.
ls [directory] Lists files on the remote host.
lls [directory] Lists files on the local host.
explore [directory] Browse a local directory using Windows Explorer.
help [command] Lists the list of commands or shows help of the specified command.
bye
exit
quit
Quits the SFTP connection.