problems making ftp server

This is a discussion on problems making ftp server within the Windows Web Servers forums, part of the Web Server and Related Forums category; Ive got a little network goin at my place and made an ftp server to share some stuff but I ...


Go Back   Usenet Forums > Web Server and Related Forums > Windows Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-22-2004
Jay
 
Posts: n/a
Default problems making ftp server

Ive got a little network goin at my place and made an ftp server to share
some stuff but I cannot connect to it on a remote pc. Ive got my internet
line goin into my adsl then a switch then 3 computers. My modem acts as a
router but really *&#$ one and im not sure what is stopping me. Yes some
will say a firewall but no I have taken it off and still didnt work. Every
time I connect with my modem its a different ip, I checked it put the right
one to connect but still no progress. Im using Bulletproof ftp server and
ftp explorer as client. Wanna help email me

--
Jay


  #2 (permalink)  
Old 12-23-2004
Rutger
 
Posts: n/a
Default Re: problems making ftp server


"Jay" <jayb4@sympatico.ca> wrote in message
news:FU5yd.14742$GK5.1033715@news20.bellglobal.com ...
> Ive got a little network goin at my place and made an ftp server to share
> some stuff but I cannot connect to it on a remote pc. Ive got my internet
> line goin into my adsl then a switch then 3 computers. My modem acts as a
> router but really *&#$ one and im not sure what is stopping me. Yes some
> will say a firewall but no I have taken it off and still didnt work.
> Every
> time I connect with my modem its a different ip, I checked it put the
> right
> one to connect but still no progress. Im using Bulletproof ftp server and
> ftp explorer as client. Wanna help email me
>
> --
> Jay
>
>


you have to forward your dataports and control port to your local pc on your
router

so if u have your ftp on port 21 (control port) and you use 20000 & 20001 as
dataports then you will have to forward those 3 ports TCP to your local IP
which will probably be something like 192.168.*.*. <= on your router....

i suggest you start reading some of the guides out there before u start
posting ;p

have fun....


  #3 (permalink)  
Old 12-24-2004
Jay
 
Posts: n/a
Default Re: problems making ftp server


"Rutger" <nomail@ty.nl> wrote in message
news:cqf849$skq$1@news.cistron.nl...
>
> "Jay" <jayb4@sympatico.ca> wrote in message
> news:FU5yd.14742$GK5.1033715@news20.bellglobal.com ...
>> Ive got a little network goin at my place and made an ftp server to share
>> some stuff but I cannot connect to it on a remote pc. Ive got my
>> internet
>> line goin into my adsl then a switch then 3 computers. My modem acts as
>> a
>> router but really *&#$ one and im not sure what is stopping me. Yes some
>> will say a firewall but no I have taken it off and still didnt work.
>> Every
>> time I connect with my modem its a different ip, I checked it put the
>> right
>> one to connect but still no progress. Im using Bulletproof ftp server
>> and ftp explorer as client. Wanna help email me
>>
>> --
>> Jay
>>
>>

>
> you have to forward your dataports and control port to your local pc on
> your router
>
> so if u have your ftp on port 21 (control port) and you use 20000 & 20001
> as dataports then you will have to forward those 3 ports TCP to your local
> IP which will probably be something like 192.168.*.*. <= on your
> router....
>
> i suggest you start reading some of the guides out there before u start
> posting ;p
>
> have fun....


I have forwarded my port 21 on my router to my pc 192.168.x.x server but
cannot connect
please try
69.157.183.23
port 21
user jay
pass jay

let me know what happens


  #4 (permalink)  
Old 12-25-2004
Nil
 
Posts: n/a
Default Re: problems making ftp server

On 21 Dec 2004, "Jay" <jayb4@sympatico.ca> wrote in
news:FU5yd.14742$GK5.1033715@news20.bellglobal.com :

> Ive got a little network goin at my place and made an ftp server
> to share some stuff but I cannot connect to it on a remote pc.
> Ive got my internet line goin into my adsl then a switch then 3
> computers. My modem acts as a router but really *&#$ one and im
> not sure what is stopping me. Yes some will say a firewall but no
> I have taken it off and still didnt work. Every time I connect
> with my modem its a different ip, I checked it put the right one
> to connect but still no progress. Im using Bulletproof ftp server
> and ftp explorer as client. Wanna help email me


FTP servers are tricky to setup behind a rounter. You need at least 2
ports open for an FTP server, one for the control connection, and one
or more for the data connection. For example, my control port is X, my
data conection range is from 3000 to 3999. You can read a complete
description about it here:

http://www.allaboutjake.com/network/linksys/ftp.html

By the way, this group is about web servers, not FTP or other servers.
I don't think anyone minds in particular, but you may not get much
response here.
  #5 (permalink)  
Old 12-25-2004
Jay
 
Posts: n/a
Default Re: problems making ftp server


"Nil" <rednoise@REMOVETHIScomcast.net> wrote in message
news:Xns95C9D871B2751nilch1@204.127.204.17...
> On 21 Dec 2004, "Jay" <jayb4@sympatico.ca> wrote in
> news:FU5yd.14742$GK5.1033715@news20.bellglobal.com :
>
>> Ive got a little network goin at my place and made an ftp server
>> to share some stuff but I cannot connect to it on a remote pc.
>> Ive got my internet line goin into my adsl then a switch then 3
>> computers. My modem acts as a router but really *&#$ one and im
>> not sure what is stopping me. Yes some will say a firewall but no
>> I have taken it off and still didnt work. Every time I connect
>> with my modem its a different ip, I checked it put the right one
>> to connect but still no progress. Im using Bulletproof ftp server
>> and ftp explorer as client. Wanna help email me

>
> FTP servers are tricky to setup behind a rounter. You need at least 2
> ports open for an FTP server, one for the control connection, and one
> or more for the data connection. For example, my control port is X, my
> data conection range is from 3000 to 3999. You can read a complete
> description about it here:
>
> http://www.allaboutjake.com/network/linksys/ftp.html
>
> By the way, this group is about web servers, not FTP or other servers.
> I don't think anyone minds in particular, but you may not get much
> response here.


It may not be all about ftp but I do appreciate any help. I used ftp
explorer from my same machine to connect but only get this far. I tried
different and even no user name or password but still no working. This is
probably not good because server and client are local for this test

From client side
Connecting to: jay
Connection Established
220 FTP Server Ready
Connected to: jay
USER anonymous
530 Invalid user
Error logging on to: jay


  #6 (permalink)  
Old 01-05-2005
webhead
 
Posts: n/a
Default Re: problems making ftp server

>From what I read there you are trying to connect as a user that does
not exist.
You have probably configured your FTP client wrong.
You simply need to log in as the user that you have created for
yourself ("Jay" I would assume) and it should work.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:01 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0