Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: copy multiple file to local to remote

For that, add a star to the source path:

put C:\Users\derath\Desktop\Exatrs\job\* /scratch/home/odeeqa/oracle/odee_1/documaker/hotdirectory/
deviprasad

copy multiple file to local to remote

i am sorry if i put the trailing slash at last it copies the whole folder and not the all files.
martin

Re: copy multiple file to local to remote

It copies all files from folder C:\Users\derath\Desktop\Exatrs\job\ to folder /scratch/home/odeeqa/oracle/odee_1/documaker/ saving all to a single file hotdirectory, overwritting one another.

You probably want to do:
put C:\Users\derath\Desktop\Exatrs\job\ /scratch/home/odeeqa/oracle/odee_1/documaker/hotdirectory/

Note the trailing slash.
deviprasad

copy multiple file to local to remote

Please help how to copy multiple file to local to remote


currently i have the following code to do that but it only copies a single file instead of multiple.

"put C:\Users\derath\Desktop\Exatrs\job\ /scratch/home/odeeqa/oracle/odee_1/documaker/hotdirectory"