Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

southerndoc

Contributor
Original poster
May 15, 2006
1,871
529
USA
I was trying to scp some files from a Ubiquiti AP to my Mac Studio. No matter what I tried, I could never get it to work.

I tried from my Mac Studio: scp user@<ip address>:../../var/log/* /Users/username/Desktop/*
I also tried this from Mac Studio: scp user@<ip address>:../../var/log/* user@<ip address>:/Users/username/Desktop/*
I also tried from the AP using variations of the above command.

If I tried from AP to Mac, it would time out forcing me to use control+C to cancel it.

If I try from my Mac, it would give me an sftp not installed error.

Does macOS Ventura now require sftp in order to transfer files? Is there anything you could suggest command wise to make this work? I ended up using scp without a problem from my Windows laptop.
 
Can you establish an SSH connection to your Mac from the AP? What are the Remote Login settings of your Mac?
 
If you are using zsh, escape the asterisk.

Code:
scp user@<ip>:/path/\* .
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.