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
Things like remotedata.listdir() that will ssh (if needed, it should use the transport) and list the files.
I will also add remotedata.listdir_withattributes() both the RemoteData class and directly to the Transport class, to get not only the filename but also some metadata (at least if it's a directory or not, to be able to recursively list a directory).
Also to add:
tests
command line command verdi data remote ls
command line command verdi data remote cat
The text was updated successfully, but these errors were encountered:
Things like
remotedata.listdir()
that will ssh (if needed, it should use the transport) and list the files.I will also add
remotedata.listdir_withattributes()
both the RemoteData class and directly to the Transport class, to get not only the filename but also some metadata (at least if it's a directory or not, to be able to recursively list a directory).Also to add:
verdi data remote ls
verdi data remote cat
The text was updated successfully, but these errors were encountered: