How to Connect to a Server on a Mac

Опубликовал Admin
3-12-2020, 11:10
Mac
874
0
Connecting your Mac to a server is an ideal way to copy files directly from one Mac to another, share large files, or access files from another network. You can connect to nearly any Mac or Windows server on your network as long as the server has file sharing enabled. This wikiHow teaches you how to connect to a server on a Mac.

Using AppleScript

  1. Open the Finder . It has an icon that resembles a blue and white smiley face. It's in the Dock at the bottom of the window.
    • Alternatively, you can click the magnifying glass icon in the upper-right corner and type terminal in the search bar and click the terminal in the list of search results.
  2. Click the Applications folder. It's in the sidebar to the left of the Finder. This displays a list of all applications you have installed on your Mac.
  3. Open the Utilities folder. It has an icon that resembles a blue folder with tools on the front. It's in your Applications folder. This displays a list of system-related applications.
  4. Launch the Terminal application . It has an icon that resembles a black screen with a white text cursor. Click this icon to open the terminal.
  5. Type the following command into Terminal: tell app "Finder" to open location. This is the start of the command to open a location in the Finder. Don't press Enter just yet. There is still more to add to the line.
  6. Add the following syntax to the terminal command: "protocol://username:password@ipaddress/folder". In this syntax, type the server protocol (i.e, ftp, smb) in place of "protocol". Type the actual username and password needed to log in in place of "username" and "password". Type the IP address of the server in place of "ipaddress". Finally, type the name of the shared folder in place of "folder".
    • For a local server, type "local" in place of "ipaddress".
    • The full command should look something similar to this: tell app "Finder" to open location "ftp://admin:[email protected]/pictures"
  7. Press ↵ Enter on your keyboard. This executes the command. Your Mac will now be connected to the server you specified.

Browsing in Finder

  1. Open a new Finder window . The Finder has an icon that resembles a blue and white smiley face. Click on it in the Dock at the bottom of the screen to open a new Finder window.
  2. Click Go. It's in the menu bar at the top of the screen.
  3. Click Connect to Server. It's at the bottom of the menu that drops down when you click "Go".
  4. Click Browse. It's the first option in the lower-right corner of the "Connect to Server" window. This displays a list of servers available on the network.
  5. Click the server you want to connect to. You can connect to it in the Network window, or the sidebar to the left.
  6. Select "Guest" or "Registered User". If you are a registered user of the server, click the radio button next to "Registered User". If you are not a registered user, click the radio button next to "Guest". These options are next to "Connect as" in the window.
  7. Type your username and password into the fields provided. If you are a registered user, type the username and password in the fields provided.
  8. Click Connect. You will now be connected to that particular server.

Entering the Server Address in the Finder

  1. Open a new Finder window . The Finder has an icon that resembles a blue and white smiley face. Click on it in the Dock at the bottom of the screen to open a new Finder window.
  2. Click Go. It's in the menu bar at the top of the screen.
  3. Click Connect to Server. It's at the bottom of the menu that drops down when you click "Go".
  4. Type the address of the server into the “Server Address” field. The network address should consist of a protocol (such as afp://, smb://, or ftp:// depending on the server type) followed by the Domain Name System (DNS) name, and the pathname for the computer.
  5. Click Connect. It's in the lower-right corner of the Connect to Server window.
  6. Select "Guest" or "Registered User". If you are a registered user of the server, click the radio button next to "Registered User". If you are not a registered user, click the radio button next to "Guest". These options are next to "Connect as" in the window.
  7. Type your username and password into the fields provided. If you are a registered user, type the username and password in the fields provided.
  8. Click Connect. You will now be connected to that particular server.

Reconnecting to a Recently Used Server

  1. Click on the Apple menu . It's the icon that resembles an Apple logo in the menu bar in the upper-left corner.
  2. Place the mouse cursor over Recent items. This displays a list of recent servers and folder locations you have visited.
    • If you have not connected to any servers recently, none will be listed.
  3. Click on the name of the server you recently connected to. It's under "Servers" in the list of recent items. Your Mac will reconnect you to the server, and display the server files in a new Finder window.
    • You may need to enter the username and password to connect to the server.
Теги:
Information
Users of Guests are not allowed to comment this publication.