Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Accessing USB disks through SSH/(S)FTP
#2
By default the hostname is moode.local, the user is pi, the password is moodeaudio.
This should be enough information to use sftp if you have tutorials to read.

From a Mac or Linux terminal

Code:
sftp pi@moode.local

If you've changed you hostname substitute it for "moode" in the above command.
The default password is moodeaudio.

This will open an interactive sftp session so refer to the online tutorials.
However to navigate to your mounted drives

Code:
cd /media

To list use the command ls and use cd to navigate 

To navigate to files on the sd card
Code:
cd /mnt/SDCARD/

If you can navigate you can then use the get and put commands to move files from and to your drive.

However it may be easier to use the samba share and drag and drop?
The moode samba share appears in finder on Mac and I imagine should be easy to find by browsing your network in windows file manager or whatever it's called nowadays.
This allows you to browse all the mounted drives (usb or network) and access the local files on the sd card. You should be able to drag n drop and copy n paste as needed.
Reply


Messages In This Thread
RE: Accessing USB disks through SSH/(S)FTP - by FizzyTea - 09-29-2018, 04:41 PM

Forum Jump: