Computing.Net > Forums > Windows Server 2003 > How to test FTP inside Network

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to test FTP inside Network

Reply to Message Icon

Name: perri29
Date: September 21, 2007 at 11:47:34 Pacific
OS: WIN Serv 03
CPU/Ram: 1gb
Product: Dell
Comment:

Is there a way to test an FTP from within the network you're working on?

I'm in a sink or swim sort of situation at work; trying to learn the server on the fly and do network admin stuff for my boss. One of the tasks is set up the FTP, which I've done, and testing is an issue because I have wait until I go home to test it.

One directory that we're trying to allow all users to have access to is giving me issues. I know that's just a matter of getting the settings right, but I can't test it here.

There's got to be a way to get around the network to test it. Is there?



Sponsored Link
Ads by Google

Response Number 1
Name: Jennifer SUMN
Date: September 21, 2007 at 19:27:50 Pacific
Reply:

Perhaps you could detail your setup.

Life's more painless for the brainless.


0

Response Number 2
Name: Curt R
Date: September 22, 2007 at 07:31:59 Pacific
Reply:

Is there a way to test an FTP from within the network you're working on?

One of the tasks is set up the FTP, which I've done, and testing is an issue because I have wait until I go home to test it.

This sounds like two different things to me. In the first case it sounds like you want access your ftp server from inside the LAN. In the second it sounds like you want to access the ftp server from outside your LAN (which is to say, external access).

Which is it, one or the other or both?

I run a couple UNIX boxes at home. Mostly they're file repositories but one of them is one of my two firewalls. All are ssh and sftp enabled. (ssh = secure shell, sftp = secure ftp)

In order to accesss them externally, I've setup a port forward on my firewall device which points to my UNIX firewall's IP address. So if I need to connect remotely, I type
sftp [my external IP]
and the request is passed through the firewall device to the machine specified in the port forward (my UNIX firewall). I then have to authenticate.

With regard to your ftp server: Any client on the LAN will be able to access the ftp server directly just by typing:
ftp [IP of ftp server]

If you require external access, you'll have to setup a port forward on your firewall pointing at your ftp server's IP internal address.

NOTE: sftp is a secure ftp that uses encrypted passwords (as vs. clear text passwords in regular "ftp"). I highly recommend if you're going to be externally accessing your ftp server on your LAN that you use an sftp server and not just a regular ftp server. Anyone with a packet sniffer could capture traffic on your external IP and within a short period of time have your username/password for your ftp login and then hack you.



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Server 2003 Forum Home


Sponsored links

Ads by Google


Results for: How to test FTP inside Network

How to test X.400 protocoll www.computing.net/answers/windows-2003/how-to-test-x400-protocoll/7402.html

IIS Issues www.computing.net/answers/windows-2003/iis-issues/9331.html

how to run script on domain www.computing.net/answers/windows-2003/how-to-run-script-on-domain/4240.html