Can someone recommend a simple and FREE ftp server program?

How big is the file and why do you think ftp is more safe?

12 gigs.

The file is both privacy sensitive and has legal issues. So, using a service like Google Drive is not an option.


In order to start an FTP server, you need a program. FileZilla Server would be a good option. You start it, then put the files in there.
Keep your computer open and connected to internet.

That's kind of where everything fell apart.

I installed the server and started it. After that, I literally clicked on every option in every menu and NOTHING happened.
I could not add any files.. I could not link to anything... I got

So far all the tutorials that I've watched seem to be talking to geeks who understand technical jargon. People like me need a step-by-step walk through
 
https://www.fastcomet.com/tutorials/ftp/configure-filezilla
Thats how to set up the client. You need the client, to connect to your ftp server.

You either have a hosting with ftp or you install it on the target machine. But thats beed the right setup and either a static ip or dyndns.

But you should better look for peer to peer. Thats exactly same shit, just simpler. If you just want to send it to someone.
 
https://www.fastcomet.com/tutorials/ftp/configure-filezilla
Thats how to set up the client. You need the client, to connect to your ftp server.

You either have a hosting with ftp or you install it on the target machine. But thats beed the right setup and either a static ip or dyndns.

But you should better look for peer to peer. Thats exactly same shit, just simpler. If you just want to send it to someone.

See what I mean that all the tutorials are directed at people that are already highly technical.

As I already said... I'm the webmaster /technical because there's no one else to do the job and it's just too expensive to keep paying other people to do it for me.
 
This is all I have with FileZilla server. - It literally does nothing
XXunKJH
 
FileZilla is great and reliable. You should show all of your configuration process, so someone will find out your errors and give the solutions.
 
You can share files with Dropbox, but it has nothing to do with FTP.
With FTP programs like Filezilla you can upload files to your server and share them also.
 
Connected to 127.0.0.1?
Why did you connect to your own computer?? :confused:

I guess you need a server-side software to be installed.
 
This is all I have with FileZilla server. - It literally does nothing
XXunKJH
Well first of all. It's working perfectly fine.

A server's only purpose in life is to sit and listen for incoming requests, and when they come, diligently respond to the requests. You see literally nothing because there's nothing to show, no requests, no activity.

Also, you are listening on localhost. Which is useless if you want someone on the internet to make a request to your server. The only person who can make requests to your server on localhost is you (it's called "local" for a reason)

You have 2 options if you want to go with ftp:
1. Configure port-forwarding and make your ftp server listen on your external IP address (technical jargon which basically means make your ftp server available to the internet)

2. Get a VPS and host an ftp server there.

The first one, is complicated and judging by your username, might be a bit difficult for you to setup.

The second one costs money and isn't much easier than the first.

All you have to do is transfer some private files right?

Honestly, your client would be pissed af for you taking this long mate. Just get Winrar, zip your files, password-protect your zip and put it on Dropbox.

And don't forget to give your client that password so he can unzip the files.
 
Last edited:
Honestly, your client would be pissed af for you taking this long mate. Just get Winrar, zip your files, password-protect your zip and put it on Dropbox.

1. It's been handled and I used Serv-U which had far better documentation and support. Plus there's a free trial period.

2. The client would have sued us had we transferred the file via dropbox.
 
Back
Top