OpenVMS

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
TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

OpenVMS

#1 Post by TheAngryPenguin » 2004-03-08 19:02

A long time ago, I posted a request for support about FileZilla's interoperability with OpenVMS. Nothing really came out of it, so I figured I would revisit it on the new Forum.

Issue:
FileZilla does not display the contents of directories when connected to an OpenVMS FTPD. "FTP-OpenVMS FTPD V5.5-3" is displayed in the banner message that's logged by FZ.

Many versions back, some files would be listed, but FZ would never accurately display all files.

The only FTP client that seems to work with OpenVMS is WS_FTP (not to mention ftp.exe from the command prompt).

I am definitely willing to help debug this issue, so please let me know what I can do. In the meantime, below is an obfuscated debug log of a 2.2.4c connection to the above-mentioned FTP server...

-TheAngryPenguin

Code: Select all

Status:	Connecting to 192.168.1.50 ...
Trace:	FtpControlSocket.cpp(745): OnConnect(0)  OpMode=1 OpState=-1   caller=0x003be5e8
Status:	Connected with 192.168.1.50. Waiting for welcome message...
Trace:	FtpControlSocket.cpp(616): OnReceive(0)  OpMode=1 OpState=-1   caller=0x003be5e8
Response:	220 ftp.bedrock.net (192.168.1.50) FTP-OpenVMS FTPD V5.5-3 (c) 2001 Process Software
Command:	USER fredflintstone
Trace:	FtpControlSocket.cpp(616): OnReceive(0)  OpMode=1 OpState=0   caller=0x003be5e8
Response:	331 Password required.
Command:	PASS *********
Trace:	FtpControlSocket.cpp(616): OnReceive(0)  OpMode=1 OpState=3   caller=0x003be5e8
Response:	230 User logged in, proceed.
Status:	Connected
Trace:	FtpControlSocket.cpp(2919): ResetOperation(1)  OpMode=1 OpState=-2   caller=0x003be5e8
Trace:	FtpControlSocket.cpp(885): List(FALSE,0,"FFFDSK:[USER.FFF100]","",1)  OpMode=0 OpState=-1   caller=0x003be5e8
Status:	Retrieving directory listing...
Command:	CWD FFFDSK:[USER.FFF100]
Trace:	FtpControlSocket.cpp(616): OnReceive(0)  OpMode=4 OpState=1   caller=0x003be5e8
Response:	250 CWD command okay.
Trace:	FtpControlSocket.cpp(885): List(FALSE,0,"","",0)  OpMode=4 OpState=1   caller=0x003be5e8
Command:	PWD
Trace:	FtpControlSocket.cpp(616): OnReceive(0)  OpMode=4 OpState=2   caller=0x003be5e8
Response:	257 "FFFDSK:[USER.FFF100]"
Trace:	FtpControlSocket.cpp(885): List(FALSE,0,"","",0)  OpMode=4 OpState=2   caller=0x003be5e8
Command:	PORT 192,168.1.100,13,34
Trace:	FtpControlSocket.cpp(616): OnReceive(0)  OpMode=4 OpState=5   caller=0x003be5e8
Response:	200 PORT command okay.
Trace:	FtpControlSocket.cpp(885): List(FALSE,0,"","",0)  OpMode=4 OpState=5   caller=0x003be5e8
Command:	TYPE A
Trace:	FtpControlSocket.cpp(616): OnReceive(0)  OpMode=4 OpState=6   caller=0x003be5e8
Response:	200 TYPE command okay.
Trace:	FtpControlSocket.cpp(885): List(FALSE,0,"","",0)  OpMode=4 OpState=6   caller=0x003be5e8
Trace:	TransferSocket.cpp(474): SetActive()   caller=0x00ff3aa0
Command:	LIST -a
Trace:	FtpControlSocket.cpp(616): OnReceive(0)  OpMode=4 OpState=7   caller=0x003be5e8
Response:	150 Opening data connection for directory -a.
Trace:	FtpControlSocket.cpp(885): List(FALSE,0,"","",0)  OpMode=4 OpState=7   caller=0x003be5e8
Trace:	TransferSocket.cpp(335): OnAccept(0)   caller=0x00ff3aa0
Trace:	TransferSocket.cpp(961): Close()   caller=0x00ff3aa0
Trace:	FtpControlSocket.cpp(1366): TransferEnd(4)  OpMode=4 OpState=8   caller=0x003be5e8
Trace:	FtpControlSocket.cpp(885): List(TRUE,0,"","",0)  OpMode=4 OpState=8   caller=0x003be5e8
Trace:	%DIRECT-W-NOFILES, no files found
Trace:	TransferSocket.cpp(87): ~CTransferSocket()   caller=0x00ff3aa0
Trace:	TransferSocket.cpp(961): Close()   caller=0x00ff3aa0
Trace:	FtpControlSocket.cpp(616): OnReceive(0)  OpMode=4 OpState=8   caller=0x003be5e8
Response:	226 Closing data connection.
Trace:	FtpControlSocket.cpp(885): List(FALSE,0,"","",0)  OpMode=4 OpState=8   caller=0x003be5e8
Status:	Directory listing successful
Trace:	FtpControlSocket.cpp(2919): ResetOperation(1)  OpMode=4 OpState=8   caller=0x003be5e8

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

#2 Post by botg » 2004-03-08 23:12

Hi,

I'm sorry, somehow I've overlooked this bug.

Please try http://filezilla.sourceforge.net/FileZilla_setup.exe
If that doesn't work, please post a log with enabled 'Show raw directory listing' on the debug page.

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

#3 Post by TheAngryPenguin » 2004-03-09 16:47

botg wrote:Please try http://filezilla.sourceforge.net/FileZilla_setup.exe
If that doesn't work, please post a log with enabled 'Show raw directory listing' on the debug page.
Same thing with the 2.2.4f build -- it just doesn't see the files:

Code: Select all

Status:	Connecting to 192.168.1.50 ...
Status:	Connected with 192.168.1.50. Waiting for welcome message...
Response:	220 ftp.bedrock.net (192.168.1.50) FTP-OpenVMS FTPD V5.5-3 (c) 2001 Process Software
Command:	USER fredflintstone
Response:	331 Password required.
Command:	PASS *********
Response:	230 User logged in, proceed.
Status:	Connected
Status:	Retrieving directory listing...
Command:	CWD FFFDSK:[USER.FFF100]
Response:	250 CWD command okay.
Command:	PWD
Response:	257 "FFFDSK:[USER.FFF100]"
Command:	PORT 192,168,1,100,15,165
Response:	200 PORT command okay.
Command:	TYPE A
Response:	200 TYPE command okay.
Command:	LIST -a
Response:	150 Opening data connection for directory -a.
Trace:	%DIRECT-W-NOFILES, no files found
Response:	226 Closing data connection.
Status:	Directory listing successful
..when I enter the DIR command from the DCL, there are indeed files to be found. And as previously stated, LS and DIR from ftp.exe have no problem showing the files:

Code: Select all

150 Opening data connection for directory.

Directory FFFDSK:[USER.FFF100]

****.COM;28                3   2-JUL-2003 12:57:42.23
****.COM;27                3  26-JUN-2003 13:36:38.00
****.COM;26                3  30-MAY-2003 10:12:43.79
.
.
.
.
***.COM;15                 1  15-APR-2002 07:54:33.19

Total of 72 files, 6615 blocks.
226 Closing data connection.
ftp: 4259 bytes received in 0.72Seconds 5.91Kbytes/sec.
-TheAngryPenguin

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

#4 Post by botg » 2004-03-09 17:41

Try to disable "Show hidden files" in FileZilla, your server doesn't seem to support this feature.

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

#5 Post by TheAngryPenguin » 2004-03-10 20:26

botg wrote:Try to disable "Show hidden files" in FileZilla, your server doesn't seem to support this feature.
In doing so, we're back to square one:

FileZilla lists less files than are actually in the directory. For example, FileZilla reports that there are 21 files in my home directory, where command line FTP and DCL dir commands show that there are actually 73 files.

It appears to me that FileZilla lists multiple file iterations as a single file. For (another) example, say I have 10 iterations of FREDFLINTSTONE.COM

Code: Select all

FREDFLINTSTONE.COM;1
FREDFLINTSTONE.COM;2
FREDFLINTSTONE.COM;3
FREDFLINTSTONE.COM;4
FREDFLINTSTONE.COM;5
FREDFLINTSTONE.COM;6
FREDFLINTSTONE.COM;7
FREDFLINTSTONE.COM;8
FREDFLINTSTONE.COM;9
FREDFLINTSTONE.COM;10
It looks like FZ is only listing the most current file, FREDFLINTSTONE.COM;10. It displays as "FREDFLINTSTONE.COM" in the remote file list Window, and in the Filetype column, "COM;10" is displayed.

-TheAngryPenguin

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

#6 Post by botg » 2004-03-10 21:00

It's by design that FileZilla only displays the latest version of the file.

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

#7 Post by TheAngryPenguin » 2004-03-10 21:12

botg wrote:It's by design that FileZilla only displays the latest version of the file.
Feature request: Please make it an option in Ver. 3

-TheAngryPenguin

JadeRobbins
500 Command not understood
Posts: 5
Joined: 2004-08-03 21:19

#8 Post by JadeRobbins » 2004-08-19 07:35

edit: old bumpage, i should learn forums.

My apologies.

Post Reply