-
Notifications
You must be signed in to change notification settings - Fork 363
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
Copy file to and from local #1694
Comments
A more typical way to get the filesystem instance is
or
We also have |
But yes, "local" is somewhat special. The generic FS I mentioned above allows fo copying ( |
Thank you for the advice on getting fs, appreciate that. Yea, I understand its complicated. Ill test out Thank you once again |
Ive perhaps missed something, and if so please do tell me,
p.s this is a great package, and I really like using it.
Im trying copy a file from
or
It seems like I have to use two different methods
1
and
But it would be great just to have one functions that does this. It feels a bit like
local
is treated slightly different than other file system.Appolgies if Ive miss understood something,
The text was updated successfully, but these errors were encountered: