File Services
File servers, file shares, etc.
- How to Share Large Files with People using Google Drive
- Connect to a File Server with a Specific Username (macOS)
- How to Disconnect from a Server or File Share
How to Share Large Files with People using Google Drive
Google Drive is an excellent choice. You already have access through your SJSU email account, and the file size is essentially unlimited.
Also, if you send an attachment larger than 20MB in Gmail, it will add it to your Google Drive and give you a link to that file to share.
Click here for a quick-start guide.
Connect to a File Server with a Specific Username (macOS)
To connect to an SMB file server using a different username, you can use this procedure:
- In the Finder, choose the Go menu, then select Connect to Server.
-
- Type the network address for the computer or server in the Server Address field in the following format:
smb://username:*@server.name - The ” * ” is to trigger the server login window for your SMB server, so that the password for the username account can be entered.
- Click the Connect button.
- Enter the desired username and password when prompted:
Username: username
Password: The current account password for username -
- Select the share on your SMB server that you want to use.
One way you can verify that you’re actually connected using different usernames is to use the mount command in Terminal. -
How to Disconnect from a Server or File Share
Windows:
- Open a command prompt by either:
- Click Start > Programs > Accessories > Command prompt
- or - - Click Start > Run and type "cmd" (without the quotes) and click OK
- Click Start > Programs > Accessories > Command prompt
- Type " net use " and press enter to view your active SMB connections.
- Type " net use /delete \\servername\sharename " and press enter.
(Where "servername\sharename" is the name of the server and share point to which you are connected.)
For example: " net use /delete \\mlmlapps\windows " - Type " net use " again to verify that the desired connection has been deleted.