Operating System - Tru64 Unix
1752800 Members
5454 Online
108789 Solutions
New Discussion

FileZilla not working with Tru64 V5

 
SOLVED
Go to solution
Geert Van Pamel
Regular Advisor

FileZilla not working with Tru64 V5

FileZilla does not work with Tru64 UNIX V5.

It works correctly with Tru64 V4.

Please advice. Here is the log file:

Status:    Resolving address of hhhh
Status:    Connecting to ...
Status:    Connection established, waiting for welcome message...
Response:    220 hhhh FTP server (Compaq Tru64 UNIX Version 5.60) ready.
Command:    USER uuuu
Response:    331 Password required for uuuu.
Command:    PASS ********
Response:    230 User uuuu logged in.
Command:    SYST
Response:    215 UNIX Type: L8 Version: Compaq Tru64 UNIX V5.1B (Rev. 2650)
Command:    FEAT
Response:    500 'FEAT': command not understood.
Status:    Connected
Status:    Retrieving directory listing...
Command:    PWD
Response:    257 "/users/uuuu" is current directory.
Command:    TYPE I
Response:    200 Type set to I.
Command:    PASV
Response:    227 Entering Passive Mode (45,219,1,31,4,191)
Command:    LIST
Response:    150 Opening BINARY mode data connection for /bin/ls (10.115.97.57,2449).
Response:    451 Local resource failure: malloc: No such device or address.
Error:    Failed to retrieve directory listing

6 REPLIES 6
Steven Schweda
Honored Contributor

Re: FileZilla not working with Tru64 V5

 
Geert Van Pamel
Regular Advisor

Re: FileZilla not working with Tru64 V5

Thanks, Steven.

Some more info:

sizer -v
Compaq Tru64 UNIX V5.1B (Rev. 2650); Tue Feb 6 11:41:55 CET 2007

dupatch does only exist on Tru64 V4, not on V5.

When I am using any other FTP program (from the console of another system) it works. It only fails with a FileZilla client, and systematically on all other Tru64 V5 systems I have.

(from console FTP program)
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list (10.111.0.104,4150).
.cshrc
... etc
226 Transfer complete.
ftp: 218 bytes received in 0,00Seconds 218000,00Kbytes/sec.

I have found a related problem report at http://trac.filezilla-project.org/ticket/5200

When I compaire the console-FTP version with FileZilla, I remark that FileZilla fetches the directory listing in BINARY mode instead of ASCII.

This appears not to be a problem for Tru64 UNIX V4, but apparently fails for Tru64 UNIX V5.

The question remains why FileZilla requests a BINARY directory listing???

Steven Schweda
Honored Contributor

Re: FileZilla not working with Tru64 V5

 
Steven Schweda
Honored Contributor

Re: FileZilla not working with Tru64 V5

 
Steven Schweda
Honored Contributor
Solution

Re: FileZilla not working with Tru64 V5

 
Geert Van Pamel
Regular Advisor

Re: FileZilla not working with Tru64 V5

FileZilla is not following the standard, but Tru64 UNIX V5 should compensate this fact like it did in V4.

We decided to use Windows File Explorer with Samba Server.

If needed we will use another FTP client.

Thanks for your advice and references!