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
The syntax of the connection string does not follow the normal Linux standard of user@host:/path since the colon component is missing.
This makes the plug-in a little misleading / error prone for people who are used to Linux path names.
Suggestion to add a colon character into the path to provide uniformity to other Linux tools
Examples of things that use this approach include SCP, NFS, rsync, etc.