Re: Was this issue fixed?
If yes - in which version?
Which issue? This topic includes multiple unrelated problems already. The best would be, if you start a new thread and describe the specific problem you are facing.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
If yes - in which version?
Most of the time it deals with moving files from the remote server to local. There is a slight pause when dragging and dropping then it allows the operation.
Lately I have experience random hangs in Winscp. I never had any on prior to 1803.Currently trying to recreate the issue and see if I can get it captured on the log.
Hi Martin,
we finally reproduce the issue with the new build. Seems to be related to a MessageDlg that popup even in command line... In attachment the logs. Thanks for your investigation.
my $pobj;
my $cmdline="\"$winscppath\" /console /script=$script /log=$log";
Win32::Process::Create($pobj,
$winscppath,
$cmdline,
,0,
DETACHED_PROCESS,
".") || die "Create: $!";
do {
$pobj>Wait(500)
$pobj>GetExitCode($exitcode);
if ($exitcode eq STILL_ACTIVE) {
...
}
}while ($exitcode eq STILL_ACTIVE && timeout);
option batch abort
option confirm off
open SFTP://XXXX:YYY@server -hostkey="ssh-rsa XXXXXXX" -rawsettings compression=1
option transfer binary
cd FOLDER
Put file1.ftp file1.ftp
Put file2.ftp file2.ftp
exit