Post a reply

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

Guest

Re: redirect logfile

martin wrote:

Yes, please try the standard winscp.exe. WinSCPPortable.exe is not our "product", so I cannot help you with that.

Note that standard WinSCP is also portable:
https://winscp.net/eng/docs/portable
:D I did as you advised and it works. I choose the .com edition. Thank you very much
martin

Re: redirect logfile

Yes, please try the standard winscp.exe. WinSCPPortable.exe is not our "product", so I cannot help you with that.

Note that standard WinSCP is also portable:
https://winscp.net/eng/docs/portable
mblake4u

I'm not too sure about the portable version - maybe try substituting winscp.exe and see what happens.

Or test with a different path..
Barbara

redirect logfile

The log output for batch processes is written to
M:\Abteilung\winscp\WinSCPPortable\Data\settings\winscp.log - which is the default -
and not to the file specified in the command

here is my command
M:\Abteilung\winscp\WinSCPPortable\WinSCPPortable.exe /console
/log=M:\Produktion\excel\real\Warenbestand\ftp\sFTP\WB.log
/script=M:\Produktion\excel\real\Warenbestand\ftp\sFTP\WB.par

here is the par
option echo off
option batch abort
option confirm off
open nice@duseyt2

cd daten
cd sap

lcd M:\Produktion\excel\real\Warenbestand\Textfiles
get KERTexteLUBZL
exit


Please help