FTP file operations

- -
ftp Connect to an FTP server to access its files
sftp Connection to SFTP server to access its files
ascii Set FTP transfer mode to ASCII
binary Set FTP transfer mode to binary
cd Change or view the current folder on an SFTP or FTP server
close Close the connection to the SFTP or FTP server
delete Delete files on SFTP or FTP server
dir List folder contents on SFTP or FTP server
mget Download files from SFTP or FTP server
mkdir Create a new folder on an SFTP or FTP server
mput Upload files or folders to SFTP or FTP server
rename Rename a file on an SFTP or FTP server
rmdir Delete a folder on an SFTP or FTP server
Comments