GeniusVentures / thirdparty

2 stars 2 forks source link

Add sftp, ws, to AsyncIOManager #38

Open Super-Genius opened 11 months ago

Super-Genius commented 11 months ago

We'll need to have some functionality to load MNN or other data from https:// websockets, ws:// and secure ftp sftp://

itsafuu commented 11 months ago

For clarification, do we really mean SFTP(SSH File Transfer Protocol, sometimes called Secure File Transfer Protocol), or do we mean FTPS(File Transfer Protocol Secure, using TLS)? Or we could possible do both?