• 0

FTP Server


Question

I am looking for FTP Server software for Windows.

I just want to turn my home PC into a server to access my files from iPhone and laptop. Having said that, I will need minimal user accounts since its mainly me who is gonna access these files (maybe a family member or two).

Should I go with password protection or with FTPS?

Can someone suggest something free (open source preferred but not a necessity), easy to use, and reliable?

I am behind a router and using Vista, if that makes a difference in accessing my server from school (not only locally).

Thanx

EDIT: I tried Filezilla Server in the past but couldn't get it work for some reason and I didn't bother digging into the problem. If its worth re-looking into it, I will do so. I also heard of zFTPServer, Quick 'n Easy FTP Server, Golden FTP Server, and Cerberus FTP Server. I don't wanna install them all, so if someone tried any of these (or others) and recommend it, please let me know.

Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/
Share on other sites

24 answers to this question

Recommended Posts

  • 0
thnx guys for the prompt replies. I'll try Serv-U personal edition first and see if that works for me.

thnx again

No problem, helping out is what it's all about. :laugh: Hope it does what you need, although $100/year (for the Home version) isn't that much if you use it alot. Main reason I suggested it was the iPhone support which you said you wanted.

As long as you have your IP address that is assigned to your router (and forward the ports to your internal IP that your running Serv-U on) you should have no problems connecting.

Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589924876
Share on other sites

  • 0

Ok, so I have Serv-U up and running now. I configured it and I can access it internally without any problems.

I tried the 192.168.1.xxx address as well as my external ip address and they both connect fine if I am on the local network.

Once i switch to external network (3G on iPhone). I cannot connect anymore. I tried setting up dyndns.com account and configure the router for it, but no luck.

I forwarded port 21 to my internal IP btw.

What am I doing wrong? I am not getting any error messages from the FTP server (seems like I'm not even reaching it).

Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589925302
Share on other sites

  • 0
Ok, so I have Serv-U up and running now. I configured it and I can access it internally without any problems.

I tried the 192.168.1.xxx address as well as my external ip address and they both connect fine if I am on the local network.

Once i switch to external network (3G on iPhone). I cannot connect anymore. I tried setting up dyndns.com account and configure the router for it, but no luck.

I forwarded port 21 to my internal IP btw.

What am I doing wrong? I am not getting any error messages from the FTP server (seems like I'm not even reaching it).

I assigned my internal IP (the machine i have it running on, and forwarded it through the router) then all I have to do from anywhere is type

ftp://insert your external ip here

in IE7 and I get a login box and give it my user/password, even on the internal network.

PM me if you want.

Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589925336
Share on other sites

  • 0

What I love about these threads -- is you had issues with filezilla, but were too lazy to troubleshoot the root cause.. You figured oh I will just try another one.. WTF did you think was going to happen with the other server software?? Did you think it uses some magic or something that the other one doesnt? It's a freaking FTP server -- they all listen on 21 and send data on 20. Are you trying to connect active or passive from the outside?

Sure you can change them -- is that your issue? Maybe??? You need to understand if the network you leaving allows 21, you need to understand if the network your on allows 21 inbound.

If you say you can reach the box from your internal network using a loopback forward -- ie hitting your routers wan IP from the lan side and getting forwarded back in. Most routers do not support this btw, but would kind of point that your forward is good -- but something is blocking it.

What is your router connected to? You sure your not behind a double nat -- which would cause you problem you saying, can hit it through a loopback, but not from the outside.

PM me your public IP and I will tell you if its open. I would suggest you verify that your not behind a double nat -- are you sure the IP address on the wan side of your router is a public one? What is the make and model of the device your router connects too? Or is it a adsl modem/router?

Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589925800
Share on other sites

  • 0

thnx for the reply Bud, but please do not assume so much.

When I tried Filezilla, that was over a year ago. Yes it did not work but that is not why I did not bother. I did not bother because I did not need the FTP server after all ;)

Now (a year later) I really do need it. That is why I was asking if Filezilla is worth looking into. I have nothing against Filezilla and I love the client (use it daily). I am not a computer idiot and I do not change software to avoid a root problem.

Back to the problem. According to Shields Up, my port 21 is stealthed even though I forwarded it to my internal IP. I have Serv-U (I can try Filezilla if it is better) setup with domain IP as my local IP (192.168.1.xxx) and that same IP has port 21 forwarded to it.

I am using Linksys wrt54gl with DD-WRT.

DD-WRT is showing my external IP properly (at least I think so) because I traced it and it went back to my ISP.

Yet, when I try to connect from outside my local network (3G network on iPhone), it keeps trying to connect forever with no error messages. I tried turning the router firewall log on and I see no logged incoming connections from the iPhone's external IP. I tried disabling the firewall, but no luck.

btw, CrashGorden gave me a guest access to his FTP server and I tried from the iPhone it connected fine (using default port 21 - so that port is not blocked).

Edited by abulfares
Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589925880
Share on other sites

  • 0

Thats is clearly not just a modem.

http://www.thomson.net/GlobalEnglish/Produ...es/default.aspx

THOMSON ST 516v6 Multi-User ADSL2+ Gateway

It also offers a fast, full-feature routing engine as well as a solid firewall to ensure the best end-user experience.

That is a GATEWAY device!! ie it does NAT!

So unless you have it in FULL bridge mode -- your not going to see anything at your router to forward. But my scan just finished and it shows 21 is open

Starting Nmap 4.53 ( http://insecure.org ) at 2008-10-07 06:50 CDT

Interesting ports on d75-157-x-x.bchsia.telus.net (75.157.x.x):

Not shown: 1713 filtered ports

PORT STATE SERVICE

21/tcp open ftp

But it clearly does not answer to the control connection.

budman@ubuntu:~$ ftp 75.157.x.x

Connected to 75.157.176.190.

421 Service not available, remote server has closed connection

Do you have the ftp server running? Are you filtering -- do you have software firewall on the box running the server only allowing connections from your local lan?

Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589926770
Share on other sites

  • 0

Oh shoot I did miss that -- I am sorry about that.. But yeah its changed already.

I PM'd you some info about the error you getting.. IN your passive command its stating to connect to private - which will never work. You need to configure your ftp server to send out the correct IP.. I would have to look it up where exactly you do that in filezilla server.

Or you could just use active -- I sent you a link to how active and passive ftp differ. If you send me some login info, I will give it a test in active mode, etc.

This is a great writeup on active vs passive ftp.. Anyone looking to run a ftp server should really understand this.

http://www.slacksite.com/other/ftp.html

Active FTP vs. Passive FTP, a Definitive Explanation

edit: here is where you would put in your public IP or fqdn that resolves to your external, etc. so that passive will work correctly on filezilla

post-14624-1223404499.jpg

Edited by BudMan
Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589928346
Share on other sites

  • 0

Well its working just fine here

ftp> open melwan.xxx.net 35350

Connected to melwan.xxx.net.

220-FileZilla Server version 0.9.27 beta

220-written by Tim Kosse ([email protected])

220 Please visit http://sourceforge.net/projects/filezilla/

Name (melwan.xxx.net:budman): guest

331 Password required for guest

Password:

230 Logged on

Remote system type is UNIX.

ftp> ls

200 Port command successful

150 Opening data channel for directory list.

-r--r--r-- 1 ftp ftp 176623 Oct 07 08:53 datasheet_thomson_ST516v6__en_092008.pdf

-r--r--r-- 1 ftp ftp 2367399 Oct 07 10:12 ST516_UserGuide.pdf

226 Transfer OK

ftp> get datasheet_thomson_ST516v6__en_092008.pdf

local: datasheet_thomson_ST516v6__en_092008.pdf remote: datasheet_thomson_ST516v6__en_092008.pdf

200 Port command successful

150 Opening data channel for file transfer.

226 Transfer OK

176623 bytes received in 5.84 secs (29.5 kB/s)

Downloaded a file just fine -- could not upload - permissions denied.. Looks like its working just fine in active mode

Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589928694
Share on other sites

  • 0

I asked my brother to connect from his home, and he couldn't. he got error about entering into passive mode and the server is responding with untouchable IP.

how come its switching to passive mode if its not even setup? do clients try to connect using passive first then active (if passive failed)?

I have 2 apps on the iphone that connect to FTP. one is failing and the other just connected (it hs the option to toggle passive mode on or off, and it is set to off right now) yet, the log from filezilla server is showing:

(000048) 07/10/2008 13:47:06 PM - guest (24.114.xxx.xxx)> 227 Entering Passive Mode (192,168,1,124,177,143)

(000048) 07/10/2008 13:47:16 PM - guest (24.114.xxx.xxx)> EPSV

(000048) 07/10/2008 13:47:16 PM - guest (24.114.xxx.xxx)> 229 Entering Extended Passive Mode (|||45451|)

(000048) 07/10/2008 13:47:19 PM - guest (24.114.xxx.xxx)> LIST -a

(000048) 07/10/2008 13:47:19 PM - guest (24.114.xxx.xxx)> 150 Connection accepted

(000048) 07/10/2008 13:47:19 PM - guest (24.114.xxx.xxx)> 226 Transfer OK

why is it using passive mode, i the app has it off?

EDIT: I just finished reading the article. I am convinced I need to get the passive options in Filezilla server in order to get it working.

EDIT 2: here is screenshots of the settings

post-153043-1223413444.jpg

is that all I need to do? off course I forwarded this ports range to my local IP running the server.

EDIT 3: my brother just connected finally, but this is the log he got from the client:

Command: TYPE I

Response: 200 Type set to I

Command: PASV

Response: 227 Entering Passive Mode (192,168,1,124,177,152)

Status: Server sent passive reply with unroutable address. Using server address instead.

Command: LIST

Response: 150 Connection accepted

Response: 226 Transfer OK

Status: Calculating timezone offset of server...

Command: MDTM datasheet_thomson_ST516v6__en_092008.pdf

Response: 213 20081007155305

Status: Timezone offsets: Server: -25200 seconds. Local: -25200 seconds. Difference: 0 seconds.

Status: Directory listing successful

how do I fix the error in bold above? (still 1 of the iPhone apps is not connecting)

Edited by abulfares
Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589929066
Share on other sites

  • 0

You should not have to setup custom ports.. But you need to setup the Use the Following IP.. just put your external fqdn there.. The other thing is if pulling from a script I do believe.

Passive or Active is a client thing.. So depends on your client if will use active or passive.

Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589929190
Share on other sites

  • 0

THANK YOU. finally everything is connecting. I entered my fqdn into "Use the following IP" and its working now.

I tried removing the custom ports, but it failed:

(000068) 07/10/2008 14:28:37 PM - melwan (24.114.236.9)> 230 Logged on

(000068) 07/10/2008 14:28:38 PM - melwan (24.114.236.9)> SYST

(000068) 07/10/2008 14:28:38 PM - melwan (24.114.236.9)> 215 UNIX emulated by FileZilla

(000068) 07/10/2008 14:28:39 PM - melwan (24.114.236.9)> PWD

(000068) 07/10/2008 14:28:39 PM - melwan (24.114.236.9)> 257 "/" is current directory.

(000068) 07/10/2008 14:28:39 PM - melwan (24.114.236.9)> PASV

(000068) 07/10/2008 14:28:39 PM - melwan (24.114.236.9)> 227 Entering Passive Mode (75,157,xxx,x

(000068) 07/10/2008 14:28:50 PM - melwan (24.114.236.9)> EPSV

(000068) 07/10/2008 14:28:50 PM - melwan (24.114.236.9)> 229 Entering Extended Passive Mode (|||51937|)

(000068) 07/10/2008 14:29:00 PM - melwan (24.114.236.9)> PASV

(000068) 07/10/2008 14:29:00 PM - melwan (24.114.236.9)> 227 Entering Passive Mode (75,157)

(000068) 07/10/2008 14:29:11 PM - melwan (24.114.236.9)> PASV

(000068) 07/10/2008 14:29:11 PM - melwan (24.114.236.9)> 227 Entering Passive Mode (75,157

(000068) 07/10/2008 14:29:22 PM - melwan (24.114.236.9)> QUIT

(000068) 07/10/2008 14:29:22 PM - melwan (24.114.236.9)> 221 Goodbye

(000068) 07/10/2008 14:29:22 PM - melwan (24.114.236.9)> disconnected

I enabled the custom ports and its working again.

so, with my current setup, I have it as Passive, right?

Edited by abulfares
Link to comment
https://www.neowin.net/forum/topic/678718-ftp-server/#findComment-589929258
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Interesting image choice... reminds me of the human centipede poster
    • Get $50 of aloSIM Mobile Data Traveler eSim credit for just $24.97 by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can save 50% off aloSIM Mobile Data Traveler Lifetime eSim Credit: Pay $24.97 for $50. Stay connected affordably in 120+ countries/regions with your own lifetime eSIM! An eSIM is a digital SIM card. It's basically just mobile data. Once it's activated on your device, it can connect you to data networks in other countries – giving you an internet connection with NO roaming charges. With aloSIM, you can load prepaid eSIM data packages onto your phone, tablet, or computer. Your lifetime eSIM never expires, so it's yours forever and there are never any monthly charges. You'll get $50 in eSIM data credit, which is almost always enough to cover all your data roaming needs for a full year. But if you run out of data, you can always top up your lifetime eSIM and stay connected internationally. Pay $24.97 for a lifetime eSIM with $50 in travel data credit Use your eSIM to join data networks in 120+ countries Install your lifetime eSIM on a compatible device to roam on local data networks Your lifetime eSIM never expires, and can be topped up with more data anytime Many data packages cost as little as $4.50 and last 7 days. Depending on the package you choose, the length of time varies. Good to know Length of access: lifetime For NEW customers only Instant digital redemption Once you add your $50 credit to your aloSim account you have up to 12-months to use it — after that your credit will expire When you pay for a data plan you also get a free phone number (via Hushed) for the same duration of your plan that was purchased - IE 7 day eSim plan gives you a free 7-day phone number Purchased coupon must be redeemed and used within 12 months This deal is not stackable (one offer per aloSIM account) A $4.50 data package will last 7 days The data DOES expire, and you WILL NOT have any leftover data for your next trip unless it takes place within the validity period. While the eSIM never expires, the actual data package is only valid for the length of time stated at purchase (i.e. seven days after activation, 30 days after activation, etc.) So if you buy a seven-day package and only use a tiny bit, that package is still going to expire after seven days. Access options: mobile (check compatibility) Max number of device(s): 1 Updates included Here's the deal: This aloSIM Mobile Data Traveler eSim $50 Credit normally costs ... $50, but it can be yours for just $24.97 for a limited time, a saving of $25 (50% off). For specifications, and license info please click the link below. Get this aloSIM Mobile Data Traveler eSim for just $24.97 (was $50) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • WordArt was cool. We now have color fonts as a substitute although Word only supports COLRv0 and COLRv1 (Fraud OS 11 only). The OpenType SVG color font format needs to be supported by Office. Adobe's apps support it
  • Recent Achievements

    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
    • One Month Later
      Genuinetonerink- Dubai earned a badge
      One Month Later
    • Week One Done
      Genuinetonerink- Dubai earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      498
    2. 2
      +Edouard
      158
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      74
    5. 5
      Michael Scrip
      72
  • Tell a friend

    Love Neowin? Tell a friend!