-DB-Vryce 2010-11-25 15:11 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.
Haroon KHan Re: upload *.* 2010-10-20 18:07 Thanks for reply... But exclude option is ignored if i use -delete swtich? Delete source local file(s) after transfer. Options exclude and include are ignored. martin wrote: You can use exclude mask: https://winscp.net/eng/docs/scriptcommand_option https://winscp.net/eng/docs/file_mask#directory
martin Re: upload *.* 2010-10-20 You can use exclude mask: https://winscp.net/eng/docs/scriptcommand_option https://winscp.net/eng/docs/file_mask#directory
Haroon KHAN upload *.* 2010-10-18 22:01 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