• 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

    • Vivaldi 8.0.4033.48 by Razvan Serea Vivaldi is a cross-platform web browser built for – and with – the web. A browser based on the Blink engine (same in Chrome and Chromium) that is fast, but also a browser that is rich in functionality, highly flexible and puts the user first. A browser that is made for you. Vivaldi is produced with love by a founding team of browser pioneers, including former CEO Jon Stephenson von Tetzchner, who co-founded and led Opera Software. Vivaldi’s interface is very customizable. Vivaldi combines simplicity and fashion to create a basic, highly customizable interface that provides everything a internet user could need. The browser allows users to customize the appearance of UI elements such as background color, overall theme, address bar and tab positioning, and start pages. Vivaldi features the ability to "stack" and "tile" tabs, annotate web pages, add notes to bookmarks and much more. Vivaldi 8.0.4033.48 changes: [Chromium] Update to 148.0.7778.267 ESR (includes security fixes from 149.0.7827.114/115) [Crash] When closing devtools with input caret in a CSS property field (VB-128998) [Linux][Media] Fetch an updated proprietary media support file (VB-129132) [Permissions] Global Permissions counter shows all permissions (64) as overridden (VB-127713) Download: Vivaldi 64-bit | 139.0 MB (Freeware) Download: Vivaldi 32-bit | ARM64 View: Vivaldi Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Two variants of the KAMRUI H2 mini PC receive deeper discounts on Amazon by Steven Parker KAMRUI (sister company of AceMagic) reached out to us, letting us know that they are applying further discounts to two of their H2 mini PC variants, and in times like these, every little helps. First off, it's the Core i5 14450HX 32GB+1TB variant, which already received a discount from $699 to $567.99 on Amazon, so you may be asking what you get for that. Its most important features are listed below. 32GB Memory Configuration, Exceptional Value. Driven by rising AI demand, the DDR memory supply is tightening, making high-capacity memory more valuable. KAMRUI maintains high-quality standards while offering strong value with a 32GB RAM + 1TB SSD configuration, which delivers excellent performance and storage. Intel i5-14450HX, HX-Class Performance Powered by the Intel Core i5-14450HX (10 cores/16 threads, up to 4.8GHz, 54W TDP)-HX series delivers desktop-class performance. Enjoy up to 120% higher multi-core performance vs. i7-1185G7 and stronger sustained performance than Ryzen 9 6900HX under heavy workloads. With 14450HX performance, it handles coding, compiling, Docker with ease, runs 10+ apps simultaneously—Excel, Chrome, Zoom, video editing—with smooth multitasking and fast load times. 32GB RAM & 1TB NVMe SSD - expandable up to 4TB Mini pc W-11 Pro equipped with 32GB (16GB×2) DDR4 dual-channel memory and a 1TB NVMe PCIe 4.0×4 SSD, mini pc delivers fast system response and efficient data access for demanding workloads. Dual M.2 slots support storage expansion up to 4TB. Large memory support running multiple virtual machines simultaneously, enabling fast deployment and isolated sandbox testing, significantly improving development efficiency and multitasking performance. HX-Class Heat Dissipation, Higher Productivity 14450HX Mini computers W-11 pro equipped with upgraded silent centrifugal fans, dual copper heat pipes, dual fin-stack cooling modules, and an optimized dual-airflow design, the processor can maintain ≥95% of multi-core performance even under long-duration heavy workloads. The HX platform is specifically designed for multitasking, rendering, and content creation, and multitasking, delivering desktop-class stability and powerful performance. Triple 4K Productivity Power Supports triple 4K displays and handles complex workflows like coding, data processing, and multitasking with ease. WiFi 6 delivers fast, reliable connectivity for video, conferencing, and transfers. Bluetooth 5.2 ensures stable, low-latency wireless connections. Versatile Connectivity This mini computer comes with 1x Type-C(10Gbps data transfer), 1x RJ45 Ethernet, 2x USB3.2 Gen2 (10Gbps), 4x USB3.2 Gen1 Type-A (5Gbps), PD output, 1x HDMI 2.0, 1x DP 1.4, and 1x 3.5mm audio jack. It offers versatile connectivity to connect multiple devices effortlessly, reducing the need for frequent plugging and unplugging. Small Size, Big Performance Mini PC measures just 5.04 × 5.04 × 1.63 inches, over 80% smaller than a traditional desktop, yet equipped with the high-performance 14450HX processor for near-desktop-level power. With VESA mounting support, it transforms cluttered desks into clean, organized setups. Normally costing $699, but now down to $ 535.79, which includes an additional 6% off the Amazon listed price. That equals a total of 24% off the MSRP. KAMRUI Hyper H2 (Core i5 14450HX 32GB+1TB) for $ 535.79 (was $699) Use code 2UD2IW7D for the above price during checkout (expires on June 30) Editors note: This appears to be listed as a "frequently returned item" on Amazon, but you should take into account the reviews on the page that discuss a completely different PC, it would seem that this is yet another recycled sales page that is now listing this newer item, possibly to retain the positive 4.5 star rating on the page. Next up, we have the Core i9 14900HX/32GB+1TB variant, which normally costs $799.99 but is already discounted to $759.99 on Amazon. Again, the most important highlights for this variant are listed below. Upgrade 14th Intel Core i9-14900HX Processor KAMRUI Mini Computers features the 14th Gen Intel Core i9-14900HX processor (up to 5.8GHz, TDP 55W, 36MB cache, 24C/32T), delivering 25%–40% higher performance than the i5-14450HX (24C/32T) and i7-1280P in multitasking, creative work, and high-load applications. Manufactured using Intel 7 (10 nm) process technology, Mini Computer efficiently allocates workloads to deliver faster response times, smoother operation, and heightened productivity. 32GB DDR4 & 1TB SSD - Expandable to 4TB KAMRUI Intel Core i9-14900HX mini PC features dual-channel 32GB DDR memory (expandable to 64GB) and 1TB NVMe PCIe 4.0×4 SSD, delivering speeds 40% faster than PCIe Gen3. The KAMRUI Micro PC features two M.2 2280 SSD slots, each expandable up to 2TB, effortlessly accommodating a high-capacity system drive and an ultra-fast cache drive. This achieves a perfect balance of speed, capacity, and flexibility, effortlessly handling large projects and high-speed workflows. 4K UHD Triple Display KAMRUI 14900HX Mini PC features a 4K@60Hz UHD graphics card (Intel UHD Graphics), supporting 4K@60Hz high-definition video playback for a premium visual experience. Mini Gaming PC incorporates an HDMI 2.0 port + DP 1.4 port + USB3.2 Gen2 Type-C port, supporting 4K triple display output. Mini PC can connect to three monitors to fulfil your multi-screen collaboration requirements. Ultra-high-definition visuals and ultra-fast connectivity significantly enhance your productivity. RJ45 LAN Port+WiFi6E+BT5.2 KAMRUI Mini PC features a 1.0Gbps LAN port, suitable for high-speed broadband environments in homes, offices, and large enterprises. Bluetooth 5.2 enables connection to peripherals such as headphones, mice, and keyboards. Dual-band WiFi 6E and BT 5.2 deliver enhanced interference resistance and more stable wireless signals. Regardless of your network environment's complexity, the KAMRUI H2 mini computer delivers a relatively stable and smooth network experience. Professional-Grade Cooling System KAMRUI Mini gaming PC features an upgraded silent centrifugal fan, dual copper heat pipes, and a dual-fin module. Its all-copper structure enhances thermal conductivity, boosting airflow efficiency by 35% and overall heat dissipation by 40%, ensuring the CPU can stably deliver up to 55W performance under full load. Upgraded aluminum heatsink keeps the SSD cool to maintain read/write speeds, ensuring desktop-level stability and power for demanding workloads. Compact Size, Infinite Possibilities KAMRUI H2 mini computers measure just 5.04 x 5.04 x 1.63 inches, a fraction of the size of a traditional desktop, yet deliver powerful performance for demanding workloads. With the included VESA mount, you can easily attach a small pc behind a monitor or place it in your TV cabinet, turning your display into a sleek mini PC while saving valuable desk space. Versatile Connectivity This KAMRUI mini gaming computer comes with 1*USB3.2 Gen2 Type-C(up to 10Gbps data transfer), 1*RJ45 Ethernet, 2*USB3.2 Gen2 (10Gbps), 4*USB3.2 Gen1 Type-A (5Gbps), 1*HDMI 2.0, 1*DC, 1*DP 1.4, and 1*3.5mm audio jack. It offers versatile connectivity to connect multiple devices effortlessly, reducing the need for frequent plugging and unplugging. Normally costing $799, but now down to $721.99, which includes an additional 5% off the Amazon listed price. That equals a total of 10% off the MSRP. KAMRUI Hyper H2 (Core i9 14900HX/32GB+1TB) for $ 721.99 (was $799) Use code AQ5Z6A47 for the above price during checkout (expires on June 30) KAMRUI claims that they offer lifetime technical support along with a 12-month warranty. For either of these mini PCs, should you encounter any issues during use, KAMRUI claims it will do its utmost to assist customers. As an Amazon Associate, we earn from qualifying purchases.
    • Good. I hope more people sue them for focusing on this worthless junk.
    • How about fire the guy who approved all the bad decisions? The guy who bought these studios in the first place? Oh wait, Satya is safe with his billions while the workers pay the price.
  • Recent Achievements

    • One Year In
      Console General earned a badge
      One Year In
    • One Year In
      Twozo Technologies earned a badge
      One Year In
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • Veteran
      branfont went up a rank
      Veteran
  • Popular Contributors

    1. 1
      +primortal
      514
    2. 2
      +Edouard
      200
    3. 3
      PsYcHoKiLLa
      108
    4. 4
      Steven P.
      89
    5. 5
      Nick H.
      71
  • Tell a friend

    Love Neowin? Tell a friend!