Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Rafeea

Re: Transfer a file to another server

Hello Martin,

I've followed the instruction in the link and it works fine with me.

Really thanks a lot for your help :D
Rafeea

Transfer a file to another server

Hello team,

I've got he below script which I am trying to execute from .BAT file.
C:
cd C:\Program Files (x86)\WinSCP
.\winscp test@10.10.10.10 /password=hello
put -delete "T:\IMEI-SFTP\Batelco\stcMEIBlock*.csv" /IMEIBLACKLIST/BATELCO/IN/
exit

When I double click on the .bat file, it logins to the destination successfully. However, it does not execute the put command automatically.

Can you please help if I am missing anything?

Rafeea