csexton / captured-mac

Captured
http://www.capturedapp.com
MIT License
5 stars 1 forks source link

Get SSH key authentication working for SFTP uploads #19

Closed jorgev closed 8 years ago

jorgev commented 12 years ago

Currently we only allow password auth for SFTP uploads. I forget what the issue was with key auth, but we'd like to add that in.

jorgev commented 11 years ago

This is now working, however, I would like to make the FTP upload async. Currently, if the FTP server is down, we get the beach ball of death and the app will hang until we get a response. I should probably add a timeout, as well. Oh, and we still need the UI elements for this. Three new fields.

  1. Path to public key file
  2. Path to private key file
  3. Optional key password
jorgev commented 11 years ago

SFTP upload is now async, and I have set timeouts for the upload (30 seconds) and for the connection test (10 seconds). Just need the UI changes now.

csexton commented 8 years ago

Removed the public key from the UI, since it had problems with App Store Sandbox. Gonna close this, if this is release outside of the MAS it would be nice to add it back in.