# Connect # open ftp://아이디:비밀번호@ftp주소 형식. 변동있을 경우 양식에 맞춰 수정필요. open ftp://noxmobilenox:mobilenoxcdn123#@noxentup.xcache.kinxcdn.com/ # Change remote directory cd /%1%/Download/bundledata/%3% # Force binary mode transfer option transfer binary # Upload the file to current working directory put -neweronly %2%\basedata put -neweronly %2%\bundleupdateinfo # Disconnect close # Exit WinSCP exit