Directory Listing with XFTP [5]

Directory Listing with XFTP

Thursday, February 9, 2012 4:30 AM - Aleksandar Lazic

Hi all,

I try to use xftp similar as AbsoluteFTP.

The problem is that xftp use a

LIST -a

and AbsoluteFTP & Curl only

LIST
.

With LIST -a I dont't get the directory Listing.
When I execute the 'Commands->RAW Commands' in xftp I get the directory listing.

Where in xftp can I change the default list command?

Thanks for your help.
BR
Aleks

Program Ver. : Xftp 4


Re: Directory Listing with XFTP

Friday, February 10, 2012 6:33 PM - Support

Directory listing is not shown on Session Log because that information is shown in the remote pane.

And, LIST and LIST -a, they both display folder listings. The only different

Are you having problems listing folders on Xftp?

If so, what is your FTP server and its version?

---
Technical Support


Re: Directory Listing with XFTP

Wednesday, February 15, 2012 6:43 AM - Aleksandar Lazic

Hi,

Server: TCPIPFTP IBM FTP CS V1R11

This Server does not send thel directory listing when you send LIST -a

###
STATUS:> Session started...
STATUS:> Resolving the host 'HOST01'...
STATUS:> Connecting to the server for transfer...
220-TCPIPFTP IBM FTP CS V1R11 at HOST01, 15:36:00 on 2012-02-15.
220 Connection will close if idle for more than 5 minutes.
STATUS:> Authenticating for 'USER'...
COMMAND:> USER USER
331 Send password please.
COMMAND:> PASS ****
230 USER is logged on. Working directory is "USER_HOME".
COMMAND:> PWD
257 "'USER_HOME'" is working directory.
STATUS:> Listing folder '/Data/'...
COMMAND:> CWD /Data/
250 HFS directory /Data/ is the current working directory
COMMAND:> PWD
257 "/Data/" is the HFS working directory.
COMMAND:> TYPE A
200 Representation type is Ascii NonPrint
COMMAND:> PASV
227 Entering Passive Mode (10,15,248,166,172,5)
COMMAND:> LIST -a
125 List started OK
250 List completed successfully.
STATUS:> Listing folder completed.
STATUS:> Listing folder '/Data/'...
COMMAND:> CWD /Data/
250 HFS directory /Data is the current working directory
COMMAND:> PWD
257 "/Data" is the HFS working directory.
COMMAND:> TYPE A
200 Representation type is Ascii NonPrint
COMMAND:> PASV
227 Entering Passive Mode (10,15,248,166,172,23)
COMMAND:> LIST -a
125 List started OK
250 List completed successfully.
STATUS:> Listing folder completed.
###

Output after RAW Command

###
COMMAND:> LIST
125 List started OK
total 584
...
250 List completed successfully.
###


Re: Directory Listing with XFTP

Wednesday, February 15, 2012 4:45 PM - Support

When Xftp session initially starts, it uses LIST –a to retrieve directory information but does not provide the directory list on session log. Because this information (folders/files) is represented in the Remote pane graphically.

I am not sure about the problem you are experiencing. Could you describe your problem in detail one more time?
---
Technical Support


Re: Directory Listing with XFTP

Monday, February 20, 2012 1:37 AM - Aleksandar Lazic

The output from the server with

LIST -a

and

LIST

is different.

LIST -a
###
.
..
dir01
dir02
...
dirnn
###

list
###
drwx------ 3 USER GROUP 36864 Jan 31 10:57 DIR01
....
drwx------ 4 USER GROUP 8192 May 31 2010 DIRnn
###

Could the problem be that LIST -a does not send the full directory listing?


Re: Directory Listing with XFTP

Tuesday, April 10, 2012 9:43 AM - Aleksandar Lazic

The Update 192 have fixed the bug.

http://www.netsarang.com/download/down_live.html?productcode=5&majorversion=4&minorversion=0&buildnumber=192

Best regards
Aleks

PS: It would be nice that th customer get the information that a communcated BUG is fixed.

PPS: The Product is better the the communication of the company


Previous views: 182