Stuck on host

Advertisement

Yizi
Joined:
Posts:
2

Stuck on host

Hi there,

Trying to upload few files with .csv extension and when I run the bat file it gets stuck on the cmd screen saying
Host:

Can anyone help me, here is my code:

option batch on
option confirm off
open user:password@domain.com
option transfer binary
cd /Imports
put "C:\location\*.csv"
close
exit

@echo off
c:
cd\
cd program files (x86)\WinSCP
winscp.exe /console /uploadftp.txt
Exit

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum