This is a newer Blog:MuppetMikey wrote:I have a usb ssd drive that I want to be able to add and remove files from on my pi3.. I am trying to use these instructions (http://raspberrywebserver.com/serveradm ... twork.html), but I am not sure of the path to the drive to be able to fill that part out... and will this allow me to do what I want it to? I just want to move video files from a computer to the drive via wifi.. I already can use putty to ssh into the machine. but it does not show up on my windows network (well it sort of does it says there is a Linux computer attached)

FTrevorGowen wrote:Since you can ssh into your Pi (+ HDD) why not use an SFTP client such as FileZilla (since an SFTP server runs as part of the "SSH service"). I've never bothered with Samba on a Pi (having found it too finicky "way back" with a Fedora/SE Linux PC + XP netbook setup) especially as there's nothing to set up on the Pi (you login via port 22 from the client as you would for SSH). Whilst I'm sure there are other clients the FileZilla "panelled GUI" is quite "friendly".
Trev.

Odd! What port do you use when you login via SSH (It's usually 22, but your setup may be different)?MuppetMikey wrote:ok so I installed FileZilla and input the ip address of my pi and the port too 22 and my password, but I am getting an error connecting that says wrong port

W.r.t. "FileZilla does not have a place to put user name..." The version(s) I've used does(do) - there are at least two places to type in your login details etc. either in the "quickconnect" section of the task bar or via the site manager - I prefer the latter since, like PuTTy (which I use for just SSH connections), that has more options including which directories you want to be initially opened (for each "site") the preferred encryption etc. etc.MuppetMikey wrote:I use port 22 when ssh'ing the pi, and it works.. FileZilla does not have a place to put user name in along with the password.. wich I think might be the issue.. but I am not sure