Setting up a FTP server
#1
Posted 27 April 2012 - 02:04 PM
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
Posted 27 April 2012 - 02:57 PM
#3
Posted 27 April 2012 - 03:01 PM
'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
Posted 27 April 2012 - 03:32 PM
#5
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
Posted 27 April 2012 - 03:44 PM
Are you using ssl?
#7
Posted 27 April 2012 - 03:49 PM
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
Posted 27 April 2012 - 03:51 PM
:lol: I didn't scroll down apparently and missed the rest of this thread until after my useless reply.I figured it out, I had to change the protocol from TCP to TCP/UDP.
#9
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
Posted 27 April 2012 - 10:57 PM
#11
Posted 27 April 2012 - 11:02 PM
#12
Posted 28 April 2012 - 02:18 AM
#13
topcoder
Posted 28 April 2012 - 02:56 AM
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
Posted 28 April 2012 - 03:00 AM
#15
Posted 29 April 2012 - 03:44 AM
Thanks, it was a breeze setting up.I like FileZilla myself




