FTP-Upload failed via command line on Windows 10
Hello,
this command in a batch file works fine under Windows XP and 7, but not unter W10:
Is there a chance to make it run on a Windows 10 system?
Thank you for an info.
Best regards
chmod
this command in a batch file works fine under Windows XP and 7, but not unter W10:
"WinSCP\WinSCP.com" ^ /log="D:\logfile.log" /ini=nul ^ /command ^ "open ftp://user:password@xxx.xxx.xxx.xxx/" ^ "put -neweronly D:\files\*.* /" ^ "exit"
Is there a chance to make it run on a Windows 10 system?
Thank you for an info.
Best regards
chmod