Upload web pages to voyager

Install WinSCP in Windows

If you are working on school Windows computers, You do not need to install WinSCP, it is already installed on these computers.

In your computer, open your Firefox browser
search for WinSCP

select: WinSCP:: official site:: Free SFTP and FTP client for Windows.
click: Download
scroll down and click: DOWNLOAD WINSCP
click: Download
choose: SaveFile for WinSCP
select: your Downloads directory double click: WinSCP-5.15.9-Setup.exe (these release numbers may get larger)
select: Run
Allow changes, select: Yes
Licence Agreement, select: Accept
select: Full upgrade button and click: next
click: install
select button: restart computer and click: Finish

Run WinSCP in Windows

WinSCP is kept in directory: C:\Program Files (x86)\WinSCP\WinSCP.exe

Use start find, or an available icon, to start WinSCP.

In opening page put the following:
File protocol: SFTP
Host name: voyager.deanza.edu
Port number: 22
User name: your CIS account ID that you created
Password: the password for your CIS account that you created
click button: Login

WinSCP main operating page now shows up
In the top of the left half select your public_html directory in your machine
In the top of the right half select your public_html directory in voyager

Drag your file from the left side to the right side to upload your file to voyager.

When you are finished use the X and OK to get WinSCP to shut down.

Apple SFTP

The simple way to do SFTP to transfet your files from your machine to voyager is to use the Terminal capability of the Apple machine. It is built into the Apple. It is a simple command line technique. It is not as pretty as the graphical user interface programs, but it does not require any installation. I like using this technique.

A good reference is: Florida State

Commands you need to use:
Use sftp with your CIS user name, and voyager.deanza.edu as the host name
Use cd to change to public_html on voyager
Use lcd to change to public_html on your machine
Use put to upload your web page file

If you wish a graphical interface, FileZilla and Syberduck have good reputations. You can find them in the Interrnet.