Topic: How to setup easy file sharing between two Macs with Dropzone 3

I'm trying to use Dropzone 3 in order to send files from one mac to another on the same LAN network.
All I want to do is grab a file on a mac, drag it to dropzone and have it be sent automatically to the second mac onto it's desktop for example. (location to be defined). And this without having to do anything on the receiving mac. Is this possible ?

Re: How to setup easy file sharing between two Macs with Dropzone 3

Yep, very possible. You can use the SCP Upload action to achieve this. Here's a step by step guide:

1. First you need to turn on Remote Login on the Mac you want to send files to. To do this, open System Preferences and click on 'Sharing' then tick the checkbox next to 'Remote Login' - this will switch on SSH access to the Mac which also allows SCP file transfers:

http://i.imgur.com/0i5V4pq.png

2. In Dropzone 3 on the Mac you will be sending files from, you now need to install the SCP Upload action. You can install this by clicking 'Install' on the SCP action on this page https://aptonic.com/dropzone3/actions - note that this action requires the non-Mac App Store version of Dropzone. If you purchased Dropzone 3 from the Mac App Store then you can switch to the non-App Store version by downloading it from https://aptonic.com/dropzone3/latest and moving it to your Applications folder and replacing your existing version. It will detect you purchased it on the Mac App Store and register you automatically.

3. When you install the SCP Action it will show the dialog below. Click the 'Add to Grid button' (you can also add it from the add action menu in the top left of the grid.

http://i.imgur.com/AwTq4hX.png

4. You now have to put in the connection details as shown in the screenshot below. The Server field should be the name given underneath the 'Computer Name' field on the other machine from the first step. Username is your Mac user account username. Note that if you don't have a password set for your user account on the destination machine then you'll have to set one up and then put this in the Password field. Remote Path is the path to put files on the destination machine. If you just want them to go onto the Desktop for example then you can use the pattern /Users/<username>/Desktop. You can leave the Root URL blank:

http://i.imgur.com/AFIwe9p.png

5. Once you've put in all the details, click 'Test Connection' to check it's working and click the 'Add' button to add the action to your Dropzone 3 grid.

6. That's it, you're done - you can now drag files onto the Dropzone 3 menu item and then onto the SCP Upload action and they will appear in the chosen destination folder on the other Mac. If you want to share files from the destination Mac as well you can setup the same thing in the other direction.

Hope that helps! Let me know if you have any problems following this.

Re: How to setup easy file sharing between two Macs with Dropzone 3

Thansk I will try today at work.
But isn't it a no no to turn on port 22?
Everytime I turn it on, I get tens of hits a day of I'm guessing hackers trying to acces my mac.
I use Little Snitch which tells me when the port is being accessed.
But at work I don't have little snitch on the macs I would be using this.

Re: How to setup easy file sharing between two Macs with Dropzone 3

If the Macs are inside a firewall (NAT) and don't have a publicly accessible IP address you should be OK. If you're really concerned you could run the SSH daemon on another port. There's details on how to do that here: http://serverfault.com/questions/18761/ … n-mac-os-x

And if still concerned you could also setup public key authentication (which the SSH action in Dropzone 3 now supports) and disable password based authentication.

Re: How to setup easy file sharing between two Macs with Dropzone 3

Cool thanks, I'll look into it.

Re: How to setup easy file sharing between two Macs with Dropzone 3

Great feature! Works great smile
So better than Airdrop

Re: How to setup easy file sharing between two Macs with Dropzone 3

By the way, is this possible to transfer, say, pictures from mac to iphone this way?