Re: Batch File for Transfering different file types to different folders
I'm not sure if this is a question. And if it is, what the question is.
"C:\Program Files (x86)\WinSCP\WinSCP.exe"
/log=c:\path\winscp.log
/command "open sftp://manufact:[email protected]/"
"put %sourcepath%/*.com %targetpath%/proj/"
"put %sourcepath%/*.ini %targetpath%/cfg/"
"put %sourcepath%/*.txt %targetpath%/lan/"
"exit"