-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"New project" form will contain instructions at top for uploading files #3
Comments
@samirmansour please investigate Window's sftp URI scheme handling |
When I click an sftp link in windows, it's to download. That may be OK for downloading the results, but won't work for uploading. I think a link can define the destination but not the source which is the tricky bit. |
@samirmansour is looking into this; he confirmed with Cyberduck installed it logs you in but doesn't navigate you to the desired folder. Other apps might have better functionality (WinSCP or FileZilla). Whatever he finds out will be relevant for other apps too. |
@samirmansour confirmed that with WinSCP installed, the sftp scheme opens WinSCP. So if you have a hyperlink such as sftp://[email protected]/users/PZS0715/smansour/maya/projects/ WinSCP will open, ask for your credentials, then present you with the projects directory for you to upload or download or delete directories. Which means we can make it easier for users to upload their data by providing a hyperlink with an SFTP URL in the same places where we provide links to the Files app. |
@johrstrom if the sftp url has a trailing slash WinSCP opens to the directory for you to upload. |
For example
The text was updated successfully, but these errors were encountered: