01-08-2019, 03:42 PM
(01-03-2019, 10:23 AM)kolakidd Wrote: Hi,
I'm trying to upload music to a USB attached to the PI, I'm using CyberDuck, but I keep on getting a message saying that I do not have permission to upload to the directory:
My USB is named Music
I am trying to upload to media/Music
I am connecting using:
SSH File transfer protocol
<Pi IP)
User: pi
Password:moodeaudio
Works here.
Example:
Code:
reed@T520 ~/Music/FormatTest/SineWave $ sftp pi@192.168.1.182
pi@192.168.1.182's password:
Connected to 192.168.1.182.
sftp> put SWM16.*
Uploading SWM16.aac to /home/pi/SWM16.aac
SWM16.aac 100% 242KB 242.0KB/s 00:00
Uploading SWM16.aiff to /home/pi/SWM16.aiff
SWM16.aiff 100% 20MB 2.5MB/s 00:08
Uploading SWM16.asf to /home/pi/SWM16.asf
SWM16.asf 100% 1015KB 1.0MB/s 00:00
Uploading SWM16.flac to /home/pi/SWM16.flac
SWM16.flac 100% 1888KB 1.8MB/s 00:00
Uploading SWM16.m4a to /home/pi/SWM16.m4a
SWM16.m4a 100% 397KB 397.1KB/s 00:01
Uploading SWM16.ogg to /home/pi/SWM16.ogg
SWM16.ogg 100% 176KB 176.4KB/s 00:00
Uploading SWM16.wma to /home/pi/SWM16.wma
SWM16.wma 100% 4043KB 4.0MB/s 00:01
Uploading SWM16.wma.save to /home/pi/SWM16.wma.save
SWM16.wma.save 100% 4038KB 3.9MB/s 00:01
sftp>
Note that these files went to pi's home directory because I didn't first execute a "cd".
Regards,
Kent