This is an example of copying file from local machine to vospace:
datalab put --fr=/home/sarah/simulations/run5.txt --to=vos://dbs/simul1.dat
But first you need to login using:
datalab login
If you want to copy a file from a folder in vospace to another folder in vospace, you need to use:
datalab cp --from=vos://dbs/test.vot --to=vos://results/test.vot