spruceUI / spruceOS

SD card overhaul for the Miyoo A30
https://spruceui.github.io/
152 stars 8 forks source link

Enable SFTP server #198

Open robled opened 5 days ago

robled commented 5 days ago

Would be a nice additional way to transfer files to the A30.

ash: /usr/libexec/sftp-server: not found
scp: Connection closed
Sundownersport commented 5 days ago

Huh? We have file transfers via WiFi?

2 kinds of it, sort of 3 really.

can you explain what you mean a bit more please?

ryanmsartor commented 5 days ago

Spruce already has a number of similar protocols for file transfer: ADB push, SAMBA, HTTP, and FTP.

I’m not personally one of the network gurus on the team, but I don’t particularly see putting in the effort to add another protocol. Can you explain the use case for SFTP where the none of the others would quite do the job?

robled commented 5 days ago

Indeed, the web interface and SMB are available and they work fine.

In my case I'm often editing config files and managing files via SSH, and it would be convenient to use that same interface to transfer files and stay within my terminal as opposed to switching to another program.

Not a big deal, just a personal preference.

ryanmsartor commented 5 days ago

Tagging @FragBait79 on here as he is the one who got SSH and FTP running for us in the first place

Sundownersport commented 5 days ago

Can I ask what you why you find yourself editing config files often?

is there something else we should be looking at?

robled commented 5 days ago

I like to tinker with the retroarch configs and gamelist files without having to go through the menus. Certainly not a common use case. 🤷

Sundownersport commented 4 days ago

Looks like you spurned Fragbait to add it, coming to 3.1.0 😉

ogaseb commented 10 hours ago

Yeah was also trying to connect via ssh, it can connect and you can look through files but you cant move them into the device.

Sundownersport commented 10 hours ago

The fix has not been published as a release yet