SPCodeOrg / SPCode

A lightweight SourcePawn editor.
https://forums.alliedmods.net/showthread.php?p=2693577
61 stars 14 forks source link

[Request] Support for SSH Keys and FTPS #35

Open CanadianJeff opened 3 years ago

CanadianJeff commented 3 years ago

FTP is so back in the day and plaintext transfer method maybe we could get Secure FTP or SSH?

Hexer10 commented 3 years ago

SPCode already supports SFTP (append sftp:// before the ip address:port), but unfortunately there is not plan to add FTPS support atm, if you really need this feature get in touch with me

CanadianJeff commented 3 years ago

thanks for the reply was not clear if this supported sftp or not also if my sftp requires pub/private key authentication can I link a puttygen key to it?

Hexer10 commented 3 years ago

ATM you can't use an ssh key, you'd have to provide the username & password, tough that's on my todo