Spaces in -dir output

Core FTP client questions and answers
Locked
mark_au
Posts: 2
Joined: Tue Jul 05, 2011 6:16 am

Spaces in -dir output

Post by mark_au »

Hoping for some help here, i'm using Core FTP LE to get a directory listing into a file and parse it for checking. On my non-SSH/SFTP site this works perfectly, however on an SSH/SFTP site the file returned by -dir or -dira has a 'space' for every second character in the output file. For example:

[b]drwxr-x--- 2 username username 0 Jul 03 18:30 .[/b]

becomes:

[quote]d r w x r - x - - - 2 u s e r n a m e u s e r n a m e 0 J u l 0 3 1 8 : 3 0 .[/quote]
(or similar)

Is this a feature that i can't find documentation for, or a bug? Initially i tried with 2.1, but have downloaded 2.2 today and tried with both CoreFTP and CoreCMD with the same result.

Thanks!

Mark
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

build 1692 fixes this (using -dira)
Locked