MAPPING A LOCAL FOLDER TO A REMOTE FOLDER
Right-click a folder in the sidebar, and select SFTP/FTP > Map to remote…
A new file will open called “sftp-config.json”. Edit the following lines:
17: "host": "shell.uoregon.edu", 18: "user": "yourDuckIDuserName", 22: "remote_path": "/home4/jilleb/public_html/110", 28: "file_permissions": "664", 29: "dir_permissions": "775",
NOTES
- Replace yourDuckIDuserName with your actual DuckID user name, same as for Canvas, Web Mail, etc.
- Change the remote_path to the actual path to your project directory on the server. You can use CyberDuck to check what path to use for a particular folder.
- The trailing commas are required (as you will learn if you take CIS 111, where you will study JSON).
Once you save the changes to “sftp-config.json”, you have successfully mapped your local folder to a remote folder on the uoregon.edu server.
To upload files to the server: Right-click the filename in the sidebar, and select SFTP/FTP..