Re: MV command from Unix remote - file locking?
There's no lock. But you can do it like this:
- first move files that are there to different temporary remote directory, specific to retrieving machine (e.g. /tmp/retrieve1 and /tmp/retrieve2)
- download files from the temporary directory
Btw, mv command is for the first part (moving between two remote directories), to move files to local directory, use "get -delete".
- first move files that are there to different temporary remote directory, specific to retrieving machine (e.g. /tmp/retrieve1 and /tmp/retrieve2)
- download files from the temporary directory
Btw, mv command is for the first part (moving between two remote directories), to move files to local directory, use "get -delete".