I'm running this script on my PC1 with FTP Voyager version 16.2 but it does just open FTP voyager and DOES NOTHING. No file transfer at all.
I checked and I do see 2 zip files inside d:\temp\ folder. However if I take this same script and execute on another PC and it work fine. This PC has same FTP voyager version and same configuration as PC1.
Can someone help? thanks.
FOR %%G in (d:\temp\*.zip) do (
echo.found %%G
"C:\Program Files\RhinoSoft\FTP Voyager\FTP Voyager.exe" profile="Art_Test_FTPserver" put=%%G remote="/" logfile=NAR_upload.log -nostartupwizard -nosplash autoquit=1
Echo uploaded %%G successfully
Echo.
)
Echo.
Echo completed ...