How to Efficiently Transfer Files Between SFTP and OneDrive on a Mac?

0
1
Asked By TechyTurtle97 On

I'm in the middle of transitioning my company from old SFTP servers to OneDrive, and it's been a bit of a hassle. I often find myself alternating between the OneDrive app and an FTP client to manage my files, which feels unnecessarily tedious. My main task involves pulling files from the SFTP, sorting them into the correct OneDrive folders, and sometimes vice versa. Is there a more streamlined way to handle both connections on a Mac, or is it just typical to juggle two apps for this job?

6 Answers

Answered By CouchdropGuru On

Quick heads-up: at Couchdrop, we often tackle this scenario. You can connect your SFTP server and OneDrive, then automate the process of pulling files without needing to switch apps. Plus, if you want Finder-style access, OneDrive can be mounted like an SFTP endpoint.

Answered By FileMaster99 On

You can actually mount the OneDrive as a network drive and manage everything right in Finder. Or, another option is to connect to the SFTP server directly to your OneDrive folder and organize things from there.

Answered By VMWhisperer55 On

What OS are your SFTP servers running? If possible, you could set up an SMB share for those files. Just a heads-up, though: the Microsoft 365 ecosystem doesn't play nicely with Mac, so a Windows VM might be your best bet for handling this smoothly, potentially using Microsoft's SharePoint Migration Tool.

CuriousCoder76 -

Good point! A VM might actually streamline the process for those who are heavy on file transfers.

TechyTurtle97 -

Thanks for the suggestion! I'll consider setting that up.

Answered By CloudGazer82 On

Have you considered using Rclone? It's a command-line tool that syncs files to and from various cloud storage services, including OneDrive.

Answered By ShellSavant44 On

If you're comfortable with command line tools, using bash with rsync could be a solid choice for transferring and syncing files.

Answered By FileTransferFan88 On

Check out Panic Software's Transmit app; it supports both SFTP and OneDrive, making your file transfers more integrated.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.