Forum Discussion
How can I transfer files form mac to mac without migration assistant?
Using File Sharing over Wi-Fi, such as Samba (SMB) or SFTP, is a great way to transfer files Mac to Mac, especially if both are on the same local network. It offers a flexible, network-based solution without needing external drives or internet-based cloud services.
How File Sharing Works on Mac:
- SMB (Samba): The standard protocol for file sharing on Windows and macOS. Macs support SMB natively, allowing you to share folders and access shared folders from other Macs.
- SFTP (SSH File Transfer Protocol): Securely transfers files over SSH, providing encrypted data transfer. macOS has built-in SSH and SFTP support.
Setting Up File Sharing on Mac:
Using SMB:
1. Enable File Sharing:
- Go to System Preferences > Sharing.
- Check File Sharing.
2. Share Folders:
- Click + under the Shared Folders list.
- Select folders to share.
3. Set Permissions: Customize user access.
4. Access from Another Mac:
- In Finder, press Cmd + K or go to Go > Connect to Server.
- Enter smb://<IP_address> or smb://<hostname>.
- Log in with your user credentials.
Using SFTP for Transfer files from Mac to Mac:
1. Enable Remote Login:
Go to System Preferences > Sharing.
Check Remote Login.
Note the IP address or hostname.
2. Connect from Another Mac:
Use Terminal or a Finder Connect to Server.
Enter sftp://<IP_address> or connect via Terminal:
sftp username@<IP_address>
3. Transfer Files: Use command-line or graphical SFTP clients.