SCP - Secure Copy Protocol
More information about Real Time's products & services is available on our sales web site. Direct links for each item are listed below:
|
SCP is normally available by default on any machine with a *NIX operating system.
Table of Contents:
Upload Content
- Refer to the Welcome Letter that was faxed to you to obtain the following:
- Account (aka login or username)
- Password
- Main URL
-
To transfer to a remote computer the following format is used:
% scp </local/file(s)/to/transfer> <login-name>@<hostname>:</remote/dir/to/transfer/to>
Example (careful of wordwrap - all text should be on a single line)
% scp index.html username@www.companyname.com:/usr/httpd/virtual/www.companyname.com/html
Download Content
-
Refer to the Welcome Letter that was faxed to you to obtain the following:
- Account (aka login or username)
- Password
- Main URL
-
To transfer files from a remote computer the following format is used:
% scp <your-login>@<hostname>:</path/to/remote/file> </local/directory>
Note: there is a space between </path/to/remote/file> and </local/directory>
Example (careful of wordwrap - all text should be on a single line)
% scp -r username@www.companyname.com:/usr/httpd/virtual/www.companyname.com/html /mylocalpc/mywebsitedirectory
The instructions and screen shots contained within this website are specific to services offered by Real Time Enterprises only.
If you have any problems connecting to Real Time after carefully following these directions, please call (952) 943-8700 and we will
be happy to help you.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with no Invariant Sections, no Front-Cover Texts and
no Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License".
|