dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Support of download via 'FTP over TLS' #159

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some idea that can enhance opkg as a better one:
- Support of download via 'ftps' (FTP over TLS).

Reason:
- Nowadays no serious company is using FTP anymore, because it is not secure. 
Instead, "FTP over TLS" is gaining more and more importance. Therefore I 
suggest to implement the support of the encryption for FTP.

Original issue reported on code.google.com by GPABART...@gmail.com on 2 Jun 2015 at 12:00

GoogleCodeExporter commented 8 years ago
FTPS is supported in opkg v0.3.0 if you run configure with the '--enable-curl 
--enable-ssl-curl' options. You'll need to link against openssl.

Original comment by paul.betafive on 3 Jun 2015 at 6:03