Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

secure ftp?

  • 10-07-2000 10:01am
    #1
    Registered Users, Registered Users 2 Posts: 3,744 ✭✭✭


    I'm looking for a a secure version of ftp, using ssl if possible. wintel & un*x.
    any ideas?

    cheers.


Comments

  • Registered Users, Registered Users 2 Posts: 332 ✭✭spod


    SCP - secure copy ?

    Runs on top of ssh.

    Can get un*x and win32 clients easily.

    The openssh site, http://www.openssh.com/ should be a good place to start. As are the relevant man pages for: http://www.openbsd.org/cgi-bin/man.cgi?query=scp

    For a win32 cli client usable outside of usa try pscp: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html


    Hope that's of some help.



  • Registered Users, Registered Users 2 Posts: 332 ✭✭spod


    Originally posted by deRanged:
    I'm looking for a a secure version of ftp, using ssl if possible. wintel & un*x.
    any ideas?

    cheers.

    Using SSL, haven't tryed it myself but I guess it's just a case of running some form of POST acceptor on your webserver and throwing a bit of code around it. Prompt for username password. Then stick together a form with a file select input on it allowing you to select files to post to server and a listing of current files on the server for download and bobs yer uncle.


  • Registered Users, Registered Users 2 Posts: 3,744 ✭✭✭deRanged


    thanks for that.
    unfortunately I can't use a webserver, it has to be a client/server thing.
    I'll look into scp.


Advertisement