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

Guest

Re: Directory listing missing in log-File

martin wrote:

OK, now I'm not sure that is the actual problem. Do you miss the listing on log file or do you miss it also in the output of the ls command on the console?


I just miss it in the logfile. BUT: I could resolve the problem myself. I just have to call the winSCP.com instead of winSCP.exe !
then it works an the contents of ls is in the log-file.

regards
martin

Re: Directory listing missing in log-File

OK, now I'm not sure that is the actual problem. Do you miss the listing on log file or do you miss it also in the output of the ls command on the console?
RZysset

Re: Directory listing missing in log-File

martin wrote:

Do you see any files in the GUI?


Hi,

Yes I see 8 Files in the directory.
martin

Re: Directory listing missing in log-File

Do you see any files in the GUI?
RZysset

Directory listing missing in log-File

Hi,

Im working with WINSCP 4.2.5. with Command Lines:

call winscp.exe %session% /log=%log% /command "option batch abort" "option confirm off" "ls %file%" "exit"

%file% is a directory on a ftp-server.

in the logfile, there's just written:
ful
> 2010-01-26 16:31:48.740 LIST -a
< 2010-01-26 16:31:48.755 150 Connecting to port 28529
< 2010-01-26 16:31:48.880 226-Options: -a -l
< 2010-01-26 16:31:48.880 226 10 matches total
. 2010-01-26 16:31:48.880 Verzeichnisinhalt erfolgreich abgerufen
. 2010-01-26 16:31:48.896 Verbindung zum entferneten Rechner abgebrochen

BUT NO LISTING OF THE DIRECTORY !!! Why this ?
Regards