Overview
Using an SFTP you will create a secure connection to orgs.utulsa.edu from your computer. From here you may transfer files from your local disk space to the web server.
The following examples will give you the setup for WinSCP (Windows), CyberDuck (Mac), and FrontPage (Windows).
WinSCP (Windows)

Enter the items that are underlined in red on the menu.
where:
- Host name = the name of the server, orgs.utulsa.edu
- username = your org username (i.e. - ssta)
- password = your orgs password
CyberDuck
Set the type to SFTP (which will default to port 22). Enger your org username / password and click Connect. Then drag and drop your web files into the public_html folder.

where:
- Server = the name of the server, orgs.utulsa.edu
- Username = your org username (i.e. - ssta)
- Password = your orgs password
FrontPage 2003
Select FTP. Enter the following string substituting the orgname. Select "Use Passive FTP".
ftp://www.orgs.utulsa.edu/~orgname/public_html

where:
- ~orgname = the username of the org preceeded by the "~".
Note, if you use FTP then you will create an insecure connection and can only connect with FTP from inside the campus network. |