You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…gej#53)
FilesUploader: remove logic of parsing the host string which is kinda
duplicated and have it as part of the UpdateSite class.
UpdateSite: set the upload protocol, username, and hostname as part of
setting the host string.
I am facing a similar issue. If the host is something like ssh:carandraug@foo, then it would use ssh:carandraug as username. Seems like the code was only ignoring the protocol part if it was sftp. The changes in pull #68 try to reduce code duplication and fix the issue for me.
See this forum post for the scenario
The text was updated successfully, but these errors were encountered: