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

Add discussion of SFTP #352

Open
p-j-smith opened this issue Nov 1, 2023 · 1 comment
Open

Add discussion of SFTP #352

p-j-smith opened this issue Nov 1, 2023 · 1 comment

Comments

@p-j-smith
Copy link
Contributor

scp is great for automation when you know where a file is. sftp is great when you want
to manually navigate the file system before transferring files. For most people starting
with the shell, sftp might be easier to use initially as it builds on commands they are familiar with. However, this is probably a separate change. Can make a further pull request to address this. Tools such as Globus may also be worth mentioning as scp/sftp are not great for large file transfers, though Globus is not available everywhere.

Originally posted by @bkmgit in #346 (comment)

@p-j-smith
Copy link
Contributor Author

A discussion of sftp and perhaps Globus or rsync would be nice. However, as the workshop is already too long we would like to avoid adding too much new content.

One option would be to add an extra optional lesson, like we currently have for file manipulation. If you put the lesson in the intstructors folder, then it will be available under the intstructor's view on the site (see the file manipulation lesson for an example).

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

1 participant