Previous Topic

Next Topic

Book Contents

Book Index

Uploading Files Through SSH Connection

If your are using a Linux or FreeBSD operating system on your local computer and have access to server shell, use the 'scp' command to copy files and directories to the server: scp your_file_name login@remoteserver.com:path to copy files, and scp –r your_directory_name login@remoteserver.com:path to copy entire directories.