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

martin

Re: I do not see any emails...

drfunk2458 wrote:

Not sure if you sent the debug vesion yet. let me know..

Sent again. If you do not get it, please contact me on my email address.

You will find my address (if you log in) in my forum profile.
drfunk2458

additional info...

I was informed today that sometimes my perl script can be called several times at the same time. Maybe there is a lock issue?
drfunk2458

I do not see any emails...

Not sure if you sent the debug vesion yet. let me know..

Thanks
martin

Re: log for the hung process

Thanks for your report.
I have sent you an email with a debug version of WinSCP to address you have used to register on this forum.
drfunk2458

log for the hung process

here is the attached winscp.log for the hung process
martin

Re: winscp hangs

Please attach a full log file showing the problem (using the latest version of WinSCP).

To generate log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.
drfunk2458

winscp hangs

On windows, I call winscp from a perl script using backticks `.

However, sometimes the winscp program just hangs, my perl script completes without error, but the file never gets sent to the target host.

Should I use "system /B" command to background the call or am I missing something here?