Need secure file transfer

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

Moderator: Project members

Post Reply
Message
Author
Nonprofit
504 Command not implemented
Posts: 11
Joined: 2008-11-24 05:23

Need secure file transfer

#1 Post by Nonprofit » 2009-04-01 20:21

Hi all,

I have a need to transfer large amount sof data securely. The person sending us the data suggested VPN, but it seems like secure FTP might be easier to setup than configuring VPN clients et al. If you think I am going down the wrong path here, please let me know...

But if not, I am looking for a walk-through, how-to guide on setting up a secure FTP server using Filezilla. My apologies as I assume this is an obvious, oft asked question, but I didn't see a sticky for it and my searches turned up nothing comprehensive. Is there a source of info on this that is all inclusive? I.e: Here is what you need, here is what you need to activate, and here is how you do it, step by step.

Thanks in advance.

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

Re: Need secure file transfer

#2 Post by botg » 2009-04-01 22:11

Go to SSL page in settings, enable it and generate a new self-signed certificate. Check the two force options if you want to disallow unencrypted connections. Nothing complex about it.

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

Re: Need secure file transfer

#3 Post by boco » 2009-04-01 23:14

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

Nonprofit
504 Command not implemented
Posts: 11
Joined: 2008-11-24 05:23

Re: Need secure file transfer

#4 Post by Nonprofit » 2009-04-02 02:42

Thanks for the replies.

I know this all seems basic. But even terms like SSL are not obvious to all. Since you both mentioned it, I looked into it and found lots of opinions about SSL vs SSH. Further confusing the issue for me of course... which is why I was hoping there was an easy "so you want to transfer data securely" sort of guide to follow.

jdratlif
226 Transfer OK
Posts: 392
Joined: 2008-12-30 10:30
First name: John
Last name: Ratliff
Location: In a small white padded room.

Re: Need secure file transfer

#5 Post by jdratlif » 2009-04-02 08:21

Consult your local library or bookstore for a copy of FTP for Dummies.

VPN is overkill for your needs. SSL = Secure Socket Layers. It's like a tunnel for your data where everything is safe. It was used to make FTP more secure. SFTP is not FTP at all. It's an FTP-like interface using SSH (Secure Shell).

http://en.wikipedia.org/wiki/FTPS - FTP over SSL (FileZilla Server supports this)
http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol - SSH File Transfer Protocol (FileZilla Server DOESN'T do this, but the client can)

If you just need someone to tell you what to do, then do this: Install FileZilla Server on the machine you want to files to be transferred TO. Use FileZilla client on any machine you want to send files FROM. I can't help you configure FileZilla server because I've never done it. Consult the http://wiki.filezilla-project.org/ wiki for that.
http://jdrrant.blogspot.com/ - CODEpendent Blog

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

Re: Need secure file transfer

#6 Post by boco » 2009-04-02 12:41

I looked into it and found lots of opinions about SSL vs SSH.
Well, since FZ Server does not support SFTP/SSH/SCP, I'd say you have no choice. But TLS is better than no encryption at all.
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

Post Reply