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 methods to list files in a RemoteData object #730

Closed
2 of 3 tasks
giovannipizzi opened this issue Sep 27, 2017 · 1 comment
Closed
2 of 3 tasks

Add methods to list files in a RemoteData object #730

giovannipizzi opened this issue Sep 27, 2017 · 1 comment

Comments

@giovannipizzi
Copy link
Member

giovannipizzi commented Sep 27, 2017

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
@giovannipizzi giovannipizzi self-assigned this Sep 27, 2017
@giovannipizzi giovannipizzi added this to the pre-1.0 release milestone Sep 27, 2017
@ltalirz ltalirz modified the milestones: pre-1.0 release, v0.10.0 Oct 9, 2017
@giovannipizzi
Copy link
Member Author

Closed with #743

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

No branches or pull requests

2 participants