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

-DB-Vryce

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.
martin

Sorry you are right.
Haroon KHAN

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