Re: sFTP compared with FTP via VPN
From: Colin McKinnon (colin.thisisnotmysurname_at_ntlworld.deletemeunlessURaBot.com)
Date: 04/22/04
- Next message: Richard M: "MTA pop3 Exim sendmail - HELP!!!!"
- Previous message: Mikael Holm: "Re: sFTP compared with FTP via VPN"
- In reply to: ITguy_uk: "sFTP compared with FTP via VPN"
- Next in thread: mgrd: "Re: sFTP compared with FTP via VPN"
- Reply: mgrd: "Re: sFTP compared with FTP via VPN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 22 Apr 2004 20:31:53 +0100
ITguy_uk spilled the following:
> I am trying to setup a server to allow third party users to place
> files on a Solaris filesystem within a specific directory through the
> internet securely.
<snip>
>(cannot use open source solution for this although I would
> like too - long story!!!!!).
>
...and I was just about to sugest that!
> I then found the sFTP software which allows FTP functionality through
> SSH which seemed to be the solution. I have since found with testing
> that in order for sFTP to work the third party has to have SSH access
> to the server.
Several ssh servers will support (and provide) sFTP, but you can also get
standalone sFTP servers (although I only know of Free software solutions -
which you might not be interested in).
> It basically seems a bad idea to give
> users shell access when they only need to transfer files.
>
Yup, even though it should be OK with (e.g.) /bin/flase as the users shell
its still just not right.
> Also if anyone can suggest another solution to this
> problem I would be interested to hear of it.
>
Why not script a wee file upload in PHP and run it over https on your
webserver? It would take all of about 20 lines of code to do.
( http://www.php.net/manual/en/features.file-upload.php )
HTH
C.
- Next message: Richard M: "MTA pop3 Exim sendmail - HELP!!!!"
- Previous message: Mikael Holm: "Re: sFTP compared with FTP via VPN"
- In reply to: ITguy_uk: "sFTP compared with FTP via VPN"
- Next in thread: mgrd: "Re: sFTP compared with FTP via VPN"
- Reply: mgrd: "Re: sFTP compared with FTP via VPN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|