NogDog wrote:You would need your webserver configured to serve pages via SSL connection
(I'm not real knowledgeable on what it takes to do that).
Then you could have the user upload a file
as they would with any other file upload.
Once your form-handler script receives the file,
you could then use the [man]FTP[/man] functions with the [man]ftp_ssl_connect()[/man] function
to move the file wherever the user wants.
(They would have to provide the ftp login info as part of the file upload.)
thanks Nogdog
I was trying to give an answer, that was a good general guess.
Because i know we can do most anything with Free PHP, as we can do with Commercial applications, for example.
You did clarify, NogDog, based on your vast and long time experience of PHP issues,
what it can probably take to do SSH (secure shell) Upload with PHP.
thanks again,
your halojoy