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,835
509
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.
 

DarkPremiumCho

macrumors 6502
Mar 2, 2023
266
176
Can you establish an SSH connection to your Mac from the AP? What are the Remote Login settings of your Mac?
 

dsemf

macrumors 6502
Jul 26, 2014
435
110
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.