rm * with exception some file how to ??
Hello,
I quite newbie here. I want to use winscp to transfer the file
across network. I give authority the user to put some file in some folder
then i have winscp to do winschedule task collect all those file move to
destination somewhere after i use script below i found error on thumbs.db
winscp cannot delete file what is the best way to solve please advice.
my script below
option confirm off
option batch continue
open ftp://User:Passwrd:IP:Port/
cd /
lcd /
lcd p:\application\FTP_Backoffice\out
cd Backoffice\out
rm *
put *
I quite newbie here. I want to use winscp to transfer the file
across network. I give authority the user to put some file in some folder
then i have winscp to do winschedule task collect all those file move to
destination somewhere after i use script below i found error on thumbs.db
winscp cannot delete file what is the best way to solve please advice.
my script below
option confirm off
option batch continue
open ftp://User:Passwrd:IP:Port/
cd /
lcd /
lcd p:\application\FTP_Backoffice\out
cd Backoffice\out
rm *
put *