|
|
MUSC Web Server Developers' Corner
Instead of using FTP to access your file systems, you can also use SCP or SFTP.
To submit data your web site via SCP:
scp /your/file/here wwwdev.musc.edu:/files1/dept_html/site_here
To push data your web site via SCP:
scp wwwdev.musc.edu:/files1/dept_html/site_here/and/then/file /place/to/put
To access your web site via SFTP:
sftp wwwdev.musc.edu
You will need to login and then just use like FTP.
|
|
|
|