FTP/macOS/Finder: Difference between revisions

From UMIACS
Jump to navigation Jump to search
Mmoaddeb (talk | contribs)
Dperez80 (talk | contribs)
No edit summary
 
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[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.
[[FTP]] services can be accessed from supported machines running macOS. This is a guide on how to access the UMIACS FTP service using macOS Finder.


==Opening up OS X Finder==
==Opening up macOS Finder==
 
To open up macOS Finder, click on the macOS Finder icon on the dock at the bottom of your desktop. It should look something like this:
To open up OS X Finder, click on the OS X Finder icon on the dock at the bottom of your desktop.
[[Image:Finder_icon.png|thumb|left|300px|alt=The Finder icon is displayed next to the Applications icon on the MacOS Dock.]]
[[Image:OS X Dock.png|thumb|left|500px|The Finder icon is highlighted with a red square]]
<br style="clear: both"/>
<br style="clear: both"/>


==Accessing Incoming Folder in FTP==
==Accessing the public folder==
The owner of the public folder can publish and modify files from a supported machine. External collaborators can only download files published by the owner.


First, bring up the address bar in OS X Finder by pressing <kbd>Command + Shift + G</kbd>.
===Access as an owner===
[[Image:OS X Finder Path Empty.png|thumb|left|700px]]
First, bring up the address bar in macOS Finder by pressing Command + Shift + G.
[[Image:OS X Finder Path Empty.png|thumb|left|700px|alt=The address bar is brought up using Command + Shift + G]]
<br style="clear: both"/>
In order to access your public folder,
type in the following into the address bar of Finder:
<pre>/fs/ftp/pub/<username> - where <username> should be replaced with your username</pre>
[[Image:OS X FTP Pub Path.png|thumb|left|600px|alt=The path /fs/ftp/pub/<username> is typed into the address bar]]
<br style="clear: both"/>
<br style="clear: both"/>


Then, type the following into the address bar:
===Access as a collaborator===
<pre>/fs/ftp/incoming/<username> - where <username> should be replaced with your username</pre>
External collaborators can access the public folders through the Finder's "Connect to Server" feature. The "Connect to Server" window can be opened by pressing <kbd>Command + K</kbd> on your keyboard.
[[Image:OS X FTP Path Entered.png|thumb|left|600px]]
[[Image:OS X Open Finder Connect.png|thumb|left|600px|alt=The Connect to Server window is opened using Command + K]]
<br style="clear: both"/>
Then, enter the following address into the server address bar and then click on the "Connect" button.
<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|alt=ftp://ftp.umiacs.umd.edu/pub/<username> as the Server Address]]
<br style="clear: both"/>
<br style="clear: both"/>
 
After that you will be prompted with a window where you should choose to connect as a guest and then click "Connect" once more.
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.
[[Image:FTPGuest.png|thumb|left|600px|alt=Guest is highlighted with a red square in the window that says "Enter your name and password for the server 'ftp.umiacs.umd.edu'"]]
 
==Accessing Pubic Folder in FTP==
 
Type in the following into the address bar of Finder:
<pre>/fs/ftp/pub/<username> - where <username> should be replaced with your username</pre>
[[Image:OS X FTP Pub Path.png|thumb|left|600px]]
<br style="clear: both"/>
<br style="clear: both"/>
External collaborators can only download files published by the owner. Owner of the public folder can publish and modify files from a supported machine.
[[Image:FTPConnect.png|thumb|left|600px|alt=The Connect button is highlighted with a red square.]]
 
Alternatively, collaborators can access public folders through a web browser. Open up any web browser and in the address bar type in the following address:
<pre>ftp://ftp.umiacs.umd.edu/pub/<username> - where <username> should be replaced with your username</pre>
[[Image:OS X FTP Browser.png|thumb|left|800px]]
<br style="clear: both"/>
<br style="clear: both"/>
Collaborators can then click on a file title from the page that the browser brings up in order to download a published file.

Latest revision as of 15:29, 27 April 2026

FTP services can be accessed from supported machines running macOS. This is a guide on how to access the UMIACS FTP service using macOS Finder.

Opening up macOS Finder

To open up macOS Finder, click on the macOS Finder icon on the dock at the bottom of your desktop. It should look something like this:

The Finder icon is displayed next to the Applications icon on the MacOS Dock.


Accessing the public folder

The owner of the public folder can publish and modify files from a supported machine. External collaborators can only download files published by the owner.

Access as an owner

First, bring up the address bar in macOS Finder by pressing Command + Shift + G.

The address bar is brought up using Command + Shift + G


In order to access your public folder, type in the following into the address bar of Finder:

/fs/ftp/pub/<username> - where <username> should be replaced with your username
The path /fs/ftp/pub/<username> is typed into the address bar


Access as a collaborator

External collaborators can access the public folders through the Finder's "Connect to Server" feature. The "Connect to Server" window can be opened by pressing Command + K on your keyboard.

The Connect to Server window is opened using Command + K


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
ftp://ftp.umiacs.umd.edu/pub/<username> as the Server Address


After that you will be prompted with a window where you should choose to connect as a guest and then click "Connect" once more.

Guest is highlighted with a red square in the window that says "Enter your name and password for the server 'ftp.umiacs.umd.edu'"


The Connect button is highlighted with a red square.