Re: clientless windowsbased sftp / ssh server?
pa_at_invalid.invalid
Date: 05/07/03
- Next message: pa_at_invalid.invalid: "Re: ssh X tunnelling question"
- Previous message: Jack van Gorkum: "How do I determine X Display for multiple eXceed users on Windows Terminal Server"
- In reply to: bjoeboo: "clientless windowsbased sftp / ssh server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 6 May 2003 22:56:36 -0400
bjoeboo <bjoeboo@hotmail.com> wrote:
> [ ... ] and I guess I could
> maybe run a secure http webserver instead of ftp server since ie6
> clients can use ssh(padlock icon) to download. But if I do a
> webserver then I think I can only download from it, not upload to it.
No, you can upload too. You serve a page with a <form> that has the
appropriate input tags, I forget what they are. The browser will let
the user pick a file; when the user submits the form, the browser
will send a big ugly http request with a POST method with content-type
multipart/form-data. I think that's what it's called, I haven't done
this in a few months and the jargon is beginning to rot in my head.
One of the parts is the name of the file being uploaded and another
part has the content in-line, mime-encoded some way or other.
Setting up a web server to do that is a nontrivial exercise, but it's
done all the time. If you can pull it off, it would meet all your
requirements.
- Next message: pa_at_invalid.invalid: "Re: ssh X tunnelling question"
- Previous message: Jack van Gorkum: "How do I determine X Display for multiple eXceed users on Windows Terminal Server"
- In reply to: bjoeboo: "clientless windowsbased sftp / ssh server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|