Closed jorgev closed 8 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.
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.
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.
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.