cyverse / gocommands

iRODS Command-line Tools written in Go
Other
29 stars 18 forks source link

seems not possible to upload a file with a new name #40

Closed mstfdkmn closed 2 weeks ago

mstfdkmn commented 1 month ago

I cannot not upload a local file as another object name to irods. The subcommand always uses the filename in the source.

gocmd put test.txt another.txt

mstfdkmn commented 1 month ago

FYI: this is same for the download too:

[mustafa@dev-u0137480 ~]$ ./gocmd get test.py test1.py
file /home/mustafa/test.py already exists. Overwrite? [y/n]:

I added this here but another issue I can open for this if you want.

iychoi commented 2 weeks ago

This is fixed in the new release. https://github.com/cyverse/gocommands/releases/tag/v0.9.11