mozilla / snakepit

Machine learning job scheduler
Mozilla Public License 2.0
50 stars 16 forks source link

Add ls and cp support for user and group directories #144

Closed tilmankamp closed 5 years ago

tilmankamp commented 5 years ago

Command "cp" should also work across directories - e.g. cp of a directory in user dir to a directory in a group dir.

Copying files from the local computer to the service or vice versa should allow continuing former interrupted calls. Local and remote checksums should be used to ensure safe continuation without corrupting (newer) files.

Copying directories from the local computer to the service or vice versa should not be supported and result in a descriptive error. The user should be pointed to the tar command to tar a directory first before copying it.

tilmankamp commented 5 years ago

Implemented in 95ce70367c4cd2de051e4491ce296c926e30979e .