Jump to content


Photo

Setting up a FTP server


  • Please log in to reply
24 replies to this topic

#1 DataLife

DataLife
  • Members
  • 747 posts

Posted 27 April 2012 - 02:04 PM

Years ago I set up a BulletProof Ftp server. I had no problems.

Now years later, I have a different router and different ISP.

I have BulletProof FTP server setup on on Windows XP.

I set up port forwarding in my router (Sagemcom 1704). This modem calls it "NAT -- Virtual Servers Setup"

I forwarded port 21.

I used an online port scanner that shows port 21 as being open.

Each time I run the online port scanner, according to my FTP server status window it shows the incoming connection and sends the welcome message.

However, when I try to use internet explorer to connect I get nothing except "Internet Explorer cannot display the webpage" and my FTP server status page shows nothing at all.

When I use Windows Explorer I get
FTP Folder Error, Windows cannot access this folder. Make sure you typed the file name correctly and that you have permission to access the folder.
Details:
A connection with the server could not be established


I have tried Windows 7 with IE9 and Windows XP with IE8.

I have also tried FileZilla FTP server and get the exact same results.

I am not sure if I need passive mode. I have no clue about the passive port range. I just used the default. Nothing changes when I try the passive mode.

I was hoping someone here has some experience with FTP servers and specifically one of this.

Have I set up my router properly since the port shows open and the FTP server is sending the welcome message. Of course I don't see the welcome message while using the port scanner. It just reports open or closed.

thanks
DataLife

#2 Guests

  • Guests

Posted 27 April 2012 - 02:57 PM

When I was a little kid my dad would get angry if I start my sentences often with "I", he said its impolite and not a nice way to talk to people.

#3 0x150--ISO

0x150--ISO
  • Members
  • 657 posts

Posted 27 April 2012 - 03:01 PM

uhhumm

'Also' need a FTP server running beside a local Apache test server.
Not familiar with that router, are you setting up the port forwards yourself or picking from a list?

#4 sumon

sumon
  • Moderators
  • 1307 posts

Posted 27 April 2012 - 03:32 PM

In Windows 7 you can use Windows Explorer to connect to an FTP server (I know I keep repeating this "tip", but I like it...!), try that. Simply enter the path "ftp://localhost" or "ftp://yourip". If you can access the FTP from your local computer, you'll know it's a firewall issue. If you cannot, maybe the server is not set up as you expect it to be.

#5 DataLife

DataLife
  • Members
  • 747 posts

Posted 27 April 2012 - 03:39 PM

uhhumm

'Also' need a FTP server running beside a local Apache test server.
Not familiar with that router, are you setting up the port forwards yourself or picking from a list?


I figured it out, I had to change the protocol from TCP to TCP/UDP. Should it only be UDP?

thanks

#6 0x150--ISO

0x150--ISO
  • Members
  • 657 posts

Posted 27 April 2012 - 03:44 PM

No if your excepting connections from 21 you want both..
Are you using ssl?

#7 wtg

wtg
  • Members
  • 251 posts

Posted 27 April 2012 - 03:49 PM

The fact that you're seeing activity on the server when the port scanner hits it tells me that your port forwards are setup correctly.

How exactly are you trying to access the server via your browser? Are you using an FTP url, as in ftp://? If you use no prefix it'll default to http:// which uses port 80 by default. ftp:// defaults to 21, and you can also explicitly specify the port via a port suffix, as in <!-- m -->http://myipaddress:21<!-- m -->

Windows Explorer supports the ftp:// prefix works too. For instance sitting on my PC with the FTP server, I can type <!-- m -->ftp://localhost<!-- m --> in the Explorer address bar and it'll connect to my server.

Re: passive mode, passive mode is more flexible because it doesn't require the client to allow the FTP server to connect to it. It's client-side firewall-friendly.

#8 wtg

wtg
  • Members
  • 251 posts

Posted 27 April 2012 - 03:51 PM

I figured it out, I had to change the protocol from TCP to TCP/UDP.

:lol: I didn't scroll down apparently and missed the rest of this thread until after my useless reply.

#9 DataLife

DataLife
  • Members
  • 747 posts

Posted 27 April 2012 - 10:47 PM

No if your excepting connections from 21 you want both..
Are you using ssl?


No I am using BulletProof v2.21.

If I can get this working the way I want I am going to download the latest version and register it. BulletProof Software v3.x and above has SSL. At least according to http://wiki.builtbp....ure_FTP_Support

thanks

#10 DataLife

DataLife
  • Members
  • 747 posts

Posted 27 April 2012 - 10:57 PM

Can anyone recommend a free FTP server?

#11 wtg

wtg
  • Members
  • 251 posts

Posted 27 April 2012 - 11:02 PM

I like FileZilla myself

#12 tank

tank
  • Members
  • 4110 posts

Posted 28 April 2012 - 02:18 AM

filezilla +1

#13 topcoder

topcoder
  • Guests

Posted 28 April 2012 - 02:56 AM

Yeah I agree FileZilla!

So easy to set up, both the server and the client..

This is my favorite online port scanner Port Sanner

The free monitoring rocks.

#14 gigantor

gigantor
  • Guests

Posted 28 April 2012 - 03:00 AM

+1 for filezilla! hey topcoder that port scanner is pretty nice. just bookmarked it. thx for the heads up. did you see they have an open relay test as well? i just ran it on two of my mail servers and one was actually a relay. no wonder i was blacklisted last week :(

#15 DataLife

DataLife
  • Members
  • 747 posts

Posted 29 April 2012 - 03:44 AM

I like FileZilla myself

Thanks, it was a breeze setting up.