Hello.
Is there a way in which I can pass a password to the server to permit file uploads to a particular directory in linux, say the directory doesn't permit just anyone to upload files. I
have a username and password that can read/write on the directory. Is there a way I can use it to permit a particular session to upload a file?
Thanks!