What about ftp?

Discussion in 'Security' started by Yshua, Jun 10, 2014.

  1. #1
    Am using Apache 2.4.9 VC9 Win32, Win 8.1, MySQL 5.1.65, PHP VC9 as well and just switched from http to https. Now how to get ftp working on https?

    Love y'all,
    Yshua
     
    Yshua, Jun 10, 2014 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    It's not HTTPS you want as an FTP replacement, rather SFTP, which is an extension of SSH.
     
    digitalpoint, Jun 15, 2014 IP
  3. ironcladservers

    ironcladservers Well-Known Member

    Messages:
    389
    Likes Received:
    20
    Best Answers:
    4
    Trophy Points:
    115
    #3
    FTP/HTTP are two different protocols. You can get Apache modules to support FTP though, but you still need a FTP server. SFTP over SSH works but this is Windows box so doesn't work without some playing around with (since you need to install a Windows based SSH server, which may or may not support SFTP).

    OP could you clarify the question a little more so we can provide proper help? Do you have an FTP server installed?
     
    ironcladservers, Jun 15, 2014 IP
  4. Yshua

    Yshua Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    Dear Site people:

    OK, will be totally avoiding VPN tunneling. Wish to do uploads and/or downloads from ANY particular computer, but will avoid, hopefully, hackers! Will only be doing download updating, is the easiest way to put it, with completely above board registry updates and such. The only reason for https is for package purchasing at the start. So, is this saying that perhaps two different servers would be needed for the separate functions?

    Am sure ignorant where it counts,
    Yshua
     
    Yshua, Jun 16, 2014 IP
  5. Yshua

    Yshua Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    Dear Site People:

    Oh, and am still getting an FTP server fully installed.

    Yshua
     
    Yshua, Jun 16, 2014 IP
  6. AnaWade

    AnaWade Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #6
    Both are two different protocols. FTP is an application protocol that uses TCP/IP protocols. Now it currently supports HTTPS by using STunnel. But the developer team working on STunnel.
     
    AnaWade, Mar 18, 2015 IP