Skip to content
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

Open
ericfranz opened this issue Aug 22, 2019 · 5 comments

Comments

@ericfranz
Copy link
Contributor

For example

  1. Upload project files
  • If < 10GB, link in new tab to Files app in ~/maya/projects/
  • If >=10GB, link to ftp:// or sftp:// with username@, sftp.osc.edu, and path to the ~/maya/projects/ directory
  1. Select project directory and set metadata
  2. Save
@ericfranz ericfranz changed the title New project will contain instructions at top for uploading files "New project" form will contain instructions at top for uploading files Aug 22, 2019
@ericfranz
Copy link
Contributor Author

@samirmansour please investigate Window's sftp URI scheme handling

@johrstrom
Copy link
Contributor

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.

@ericfranz
Copy link
Contributor Author

@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.

@ericfranz
Copy link
Contributor Author

@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.

@ericfranz
Copy link
Contributor Author

@johrstrom if the sftp url has a trailing slash WinSCP opens to the directory for you to upload.

sftp_1
sftp_2
sftp_3
sftp_4
sftp_5
sftp_6_dragged_proj1_to_upload
sftp_7_upload_complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants