sveale / remote-edit

remote-edit
MIT License
146 stars 55 forks source link

Support "ftps" hosts #13

Open fburleigh opened 10 years ago

fburleigh commented 10 years ago

Yahoo's web hosting service calls itself "ftps": it uses port 21, I'd guess using SSL. In my case, I use a password for the service account. I'm not sure whether any key is involved.

I tried an SFTP type host using port 21 instead of 22 -- no love from the experiment.

sveale commented 10 years ago

Yeah that won't work :). I think the FTP library that remote-edit uses, https://github.com/mscdex/node-ftp, has support for ftps. I don't know when (or if) I'll have time to get this working.