Do FileZilla support PCNFS?

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
ubaumann
500 Command not understood
Posts: 3
Joined: 2006-06-20 06:27

Do FileZilla support PCNFS?

#1 Post by ubaumann » 2006-06-20 06:35

Do FileZilla support PCNFS?

We use WS-FTP for transfer files to a robot. Now we would like to take FileZilla, but FileZilla could not retrieve directory listing. In Ws-FTP we can set the “Host Type” of “PCNFS-Pro”. Is this with FileZilla possible too?

Thanks a lot
Urs

Log:

Code: Select all

Status:	Connecting to 10.2.24.54 ...
Status:	Connected with 10.2.24.54. Waiting for welcome message...
Response:	220 Connection established
Command:	USER anonymous
Response:	230 Login successful, user anonymous
Command:	SYST
Response:	500 Unrecognized command SYST
Command:	FEAT
Response:	500 Unrecognized command FEAT
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "DISK>D:\util\" is current directory
Command:	TYPE A
Response:	200 Command succeeded A
Command:	PASV
Response:	500 Unrecognized command PASV
Error:	Could not retrieve directory listing

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2006-06-20 06:50

This host type is not supported. Please give a formal description of the directory naming syntax and the directory listing syntax.

ubaumann
500 Command not understood
Posts: 3
Joined: 2006-06-20 06:27

#3 Post by ubaumann » 2006-06-20 09:04

Excuse me, but I don’t understand what you mean. Can you give me an example?

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

#4 Post by boco » 2006-06-20 17:01

In Filezilla, enable (Debug):

Code: Select all

Trace messages from the ftp engine

Code: Select all

Show raw directory listing
Now do the whole procedure again. Post the log (it will be a lot more complete). botg needs to know how directories and files are represented in the directory listing in order to implement it.

boco

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#5 Post by botg » 2006-06-20 18:26

That's a start, but not quite enough. For the listings, I need a description what each column does and what are the possible values.

For the pathname syntax, I need to know how it's constructed.
Examples:
DOS has \ as path separator, each path is prefixed by drive letter followed by : (c:\foo\bar)
Unix style directories have no prefix and the separator is / (/foo/bar)

ubaumann
500 Command not understood
Posts: 3
Joined: 2006-06-20 06:27

#6 Post by ubaumann » 2006-06-21 14:00

I mast find out more information. I answer as soon as possible.

Post Reply