FTP/macOS/Finder: Difference between revisions
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
External collaborators can only download files published by the owner. Owner of the public folder can publish and modify files from a supported machine. | External collaborators can only download files published by the owner. Owner of the public folder can publish and modify files from a supported machine. | ||
Collaborators can access public folders through the Finder's "Connect to Server" feature. In order to open up the "Connect to Server" window press the <kbd>Command + K</kbd> keys. | |||
[[Image:OS X Open Finder Connect.png|thumb|left|600px|Open the "Connect to Server" window]] | [[Image:OS X Open Finder Connect.png|thumb|left|600px|Open the "Connect to Server" window]] | ||
<br style="clear: both"/> | <br style="clear: both"/> | ||
Line 34: | Line 34: | ||
<pre>ftp://ftp.umiacs.umd.edu/pub/<username> - where <username> should be replaced with the desired collaborator's username</pre> | <pre>ftp://ftp.umiacs.umd.edu/pub/<username> - where <username> should be replaced with the desired collaborator's username</pre> | ||
[[Image:OS X Finder Connect Address.png|thumb|left|600px|Enter the path to access the public folder]] | [[Image:OS X Finder Connect Address.png|thumb|left|600px|Enter the path to access the public folder]] | ||
<br style="clear: both"/> | <br style="clear: both"/> |
Revision as of 13:59, 14 June 2016
FTP services can be accessed from supported machines running OS X. This is a guide on how to access the UMIACS FTP service using OS X Finder.
Opening up OS X Finder
To open up OS X Finder, click on the OS X Finder icon on the dock at the bottom of your desktop.
Accessing Incoming Folder in FTP
First, bring up the address bar in OS X Finder by pressing Command + Shift + G.
Then, type the following into the address bar:
/fs/ftp/incoming/<username> - where <username> should be replaced with your username
External collaborators can only drop data into FTP incoming folder. Owner of the incoming folder can receive and modify their incoming files from any supported machine.
Accessing Pubic Folder in FTP
Type in the following into the address bar of Finder:
/fs/ftp/pub/<username> - where <username> should be replaced with your username
External collaborators can only download files published by the owner. Owner of the public folder can publish and modify files from a supported machine.
Collaborators can access public folders through the Finder's "Connect to Server" feature. In order to open up the "Connect to Server" window press the Command + K keys.
Then, enter the following address into the server address bar and then click on the connect button.
ftp://ftp.umiacs.umd.edu/pub/<username> - where <username> should be replaced with the desired collaborator's username