direct link to files, sftp://[email protected]/testfile.zip
sftp://[email protected]/testfile.zip
or
scp://[email protected]/testfile.zip
i have a passwordless private key so i can login without having to supply a password. is there any way to do this? i'm modeling it after the standard ftp://ftpusr:[email protected]/file.zip.
right now, if i set up a web page with the link above (scp://[email protected]/testfile.zip), it opens winscp, i get prompted for my password, and then it says it can't cd to the testfile.zip directory. i'd like it to recognize my private key, and start downloading the file immediately like a normal http download. any ideas on if this will work? thanks, bob.