Trouble with cyberduck on mac

Having trouble with your mintyPi build? Post your questions here!
Post Reply
Gizard
Posts: 78
Joined: Sat Feb 03, 2018 8:37 am
Has thanked: 6 times
Been thanked: 8 times

Trouble with cyberduck on mac

Post by Gizard » Mon Sep 23, 2019 5:38 pm

Hey everyone,

I'm trying to use cyberduck to stransfer roms via SFTP, but I keep getting this error:
Screen Shot 2019-09-23 at 7.35.50 PM.png
Screen Shot 2019-09-23 at 7.35.50 PM.png (28.18 KiB) Viewed 4879 times
Here are my settings:
Screen Shot 2019-09-23 at 7.36.03 PM.png
Screen Shot 2019-09-23 at 7.36.03 PM.png (84.88 KiB) Viewed 4879 times
SSH is on, btw
Does anyone know how to fix this?
Check out my bluetooth speaker in an altoids tin! https://sudomod.com/forum/viewtopic.php?t=7274

McGyver
Posts: 226
Joined: Tue Jan 31, 2017 11:06 am
Location: Tianjin / China
Has thanked: 25 times
Been thanked: 53 times

Re: Trouble with cyberduck on mac

Post by McGyver » Tue Sep 24, 2019 8:20 am

Are you sure about your PIs IP adress: usually I see something like 192.168.xxx.xxx that is provided from router DHCP to the pi.

Gizard
Posts: 78
Joined: Sat Feb 03, 2018 8:37 am
Has thanked: 6 times
Been thanked: 8 times

Re: Trouble with cyberduck on mac

Post by Gizard » Tue Sep 24, 2019 5:52 pm

McGyver wrote:
Tue Sep 24, 2019 8:20 am
Are you sure about your PIs IP adress: usually I see something like 192.168.xxx.xxx that is provided from router DHCP to the pi.
Not sure why, but if I'm downstairs (where the connection is poor) my Pi's IP address looks like 192.168.xxx.xxx But if I'm on the main floor (where connection is good) I see an IP address like 10.0.0.0. I have transferred roms to a pi with this kind of IP address (10.0.0.0) in the past without issue btw.
Check out my bluetooth speaker in an altoids tin! https://sudomod.com/forum/viewtopic.php?t=7274

User avatar
infinitLoop
Posts: 536
Joined: Mon Dec 24, 2018 11:46 am
Location: Portland, OR
Has thanked: 222 times
Been thanked: 199 times
Contact:

Re: Trouble with cyberduck on mac

Post by infinitLoop » Tue Sep 24, 2019 7:26 pm

Gizard wrote:
Tue Sep 24, 2019 5:52 pm
McGyver wrote:
Tue Sep 24, 2019 8:20 am
Are you sure about your PIs IP adress: usually I see something like 192.168.xxx.xxx that is provided from router DHCP to the pi.
Not sure why, but if I'm downstairs (where the connection is poor) my Pi's IP address looks like 192.168.xxx.xxx But if I'm on the main floor (where connection is good) I see an IP address like 10.0.0.0. I have transferred roms to a pi with this kind of IP address (10.0.0.0) in the past without issue btw.
that sounds like you are connecting to two different routers or networks. both 10.x.x.x and 192.168.x.x are reserved for "local" networks, but they shouldn't be configured on the same network like that. a router will be configured to issue IPs to connecting devices within a range, in one of those IP subsets. usually routers will reserve an IP to the connecting device too, so you'd see the same IP when connecting with the same device (until the reservation expires, or the router is rebooted). i would guess that when you are on the 192 net, you aren't in the same network space.

i don't know much about cyberduck or mac stuff, but maybe just try a different client?

also, are you just using a standard retropie install, or have you changed anything that could be related to the ssh/ftp stuff?

there is an alternate SFTP server that a lot of people use called dropbear (i frequently do, and haven't had issues with it). maybe that would help?

here's how you enable that, and remove the stock one:

Code: Select all

#update libraries
sudo apt-get update -y

#install new service
sudo apt-get install dropbear -y

# change the line with 'NO_START' to '0' for auto-starting at boot
sudo nano /etc/default/dropbear

# stop and remove old sftp
sudo /etc/init.d/ssh stop
sudo /etc/init.d/dropbear start
sudo apt-get purge openssh-server -y

#clean up and reinstall sftp server
sudo apt-get autoremove --purge -y
sudo apt-get install openssh-sftp-server

Gizard
Posts: 78
Joined: Sat Feb 03, 2018 8:37 am
Has thanked: 6 times
Been thanked: 8 times

Re: Trouble with cyberduck on mac

Post by Gizard » Thu Nov 14, 2019 9:01 pm

Thanks for the suggestion. Do you know what the MintyPi login and password is to make these changes?
IMG_0789.jpg
IMG_0789.jpg (26.88 KiB) Viewed 4643 times
Check out my bluetooth speaker in an altoids tin! https://sudomod.com/forum/viewtopic.php?t=7274

superman
Posts: 42
Joined: Wed Sep 04, 2019 12:08 pm
Has thanked: 12 times
Been thanked: 9 times

Re: Trouble with cyberduck on mac

Post by superman » Fri Nov 15, 2019 7:50 am

This is the default password for pi...
"According to RaspberryPi.org, the default username on Raspbian is pi and the default password is raspberry.
https://www.makeuseof.com/tag/raspbian- ... -password/

MichaelHill
Posts: 1
Joined: Fri Feb 21, 2020 6:55 am

Re: Trouble with cyberduck on mac

Post by MichaelHill » Fri Feb 21, 2020 6:58 am

Follow this Cyberduck guide and try it may help you

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest