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.
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.