For that, add a star to the source path:
put C:\Users\derath\Desktop\Exatrs\job\* /scratch/home/odeeqa/oracle/odee_1/documaker/hotdirectory/
i am sorry if i put the trailing slash at last it copies the whole folder and not the all files.
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.
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"