upload *.*

Advertisement

Haroon KHAN
Guest

upload *.*

When i use put -delete c:\upload\*.* /remote/in all the files from c:\upload\archive\*.* also get uploaded.. Is there a way to avoid sub folders upload?

thanks

Reply with quote

Advertisement

-DB-Vryce
Guest

I have used the exclude command with *.* successfully. The trick is that you have to follow up the upload with separate delete command.

Exclude ....
put c:\upload\*.* /remote/in
cd \
cd upload
Delete *.*


I hope that this helps you out.

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum