Connecting over LAN to FileZilla Server with SSL/TLS

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
andhaa
500 Command not understood
Posts: 1
Joined: 2013-06-26 10:59
First name: Andhaa
Last name: Andhaa

Connecting over LAN to FileZilla Server with SSL/TLS

#1 Post by andhaa » 2013-06-26 11:27

Hello,
I have installed Filezilla Server on Windows 7 in a LAN with SSL/TLS settings enabled. Inside my LAN one of the user has installed Filezilla Client and he can easily connect to FTP server and download files. Rest of users don't have Filezilla Client installed on their machines (OS installed Windows 7), how can they access Filezilla Server over the LAN using Command Line for SSL/TLS settings?

Note: Previously over the LAN users used to connect using command prompt with following command:
ftp <name of server:port>

Now they get following error:
ftp <name of server:port>
Connected to IP Address
220-FileZilla Server version 0.941 beta
220-written by Tim Kisse (Tim.Kosse@gmx.de)
220 Please visit http://sourceforge.net/projects/filezilla/
User: xxxxx
530 Have to use explicit SSL/TLS before loggin on.
Login failed.

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

Re: Connecting over LAN to FileZilla Server with SSL/TLS

#2 Post by botg » 2013-06-26 19:19

ftp.exe doesn't support FTP over TLS. You need to use a far more modern FTP client, one that isn't stuck in the early 80's in terms of features :(

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

Re: Connecting over LAN to FileZilla Server with SSL/TLS

#3 Post by boco » 2013-06-26 22:41

Before you ask: No, browser cannot use FTP over TLS, either? Firefox has the FireFTP extension, this one can.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

xeon
226 Transfer OK
Posts: 131
Joined: 2009-08-19 03:18

Re: Connecting over LAN to FileZilla Server with SSL/TLS

#4 Post by xeon » 2013-06-27 09:11

boco wrote:Before you ask: No, browser cannot use FTP over TLS, either? Firefox has the FireFTP extension, this one can.
FireFTP doesn't even support session reuse. Not sure about most servers, but vsftpd (by default) doesn't even allow data connections to be made without it.

http://scarybeastsecurity.blogspot.com/ ... eased.html

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

Re: Connecting over LAN to FileZilla Server with SSL/TLS

#5 Post by botg » 2013-06-27 18:49

Indeed, session reuse is much needed for FTP over TLS to be secure. I wonder whether I should enforce it in FileZilla Server as well.

xeon
226 Transfer OK
Posts: 131
Joined: 2009-08-19 03:18

Re: Connecting over LAN to FileZilla Server with SSL/TLS

#6 Post by xeon » 2013-06-28 01:49

botg wrote:Indeed, session reuse is much needed for FTP over TLS to be secure. I wonder whether I should enforce it in FileZilla Server as well.
Most FTP clients I've seen don't support it. I tested several dozen different ones awhile back and only 5 supported it.

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

Re: Connecting over LAN to FileZilla Server with SSL/TLS

#7 Post by boco » 2013-06-28 01:58

@botg: Do you have an RFC I can smack the developers of my favorite server with? :mrgreen:
I wonder whether I should enforce it in FileZilla Server as well.
Could at least modify a few replies' text to contain a warning if an insecure client is detected.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

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

Re: Connecting over LAN to FileZilla Server with SSL/TLS

#8 Post by botg » 2013-06-28 06:26

boco wrote:@botg: Do you have an RFC I can smack the developers of my favorite server with? :mrgreen:
Sadly no. I'll see if I can find some alternative information, e.g. some research papers or so stressing the importance of session reuse.

Post Reply