logging onto a FTP server

FlapJack

Member
Feb 23, 2000
158
0
0
A little help would be appreciated...

I am at work now but just started running an ftp server from home... However I do not have a ftp client like Bulletproof at work and do not want to download and install one for fear of big brother ........ Anyways I know that IE has native ftp capability... But I don't know how to direct it to my site...

I have tried

ftp://MYIP/LOGON/PASSWORD

is this correct? If not what is?

Thanks.......
 

PunDogg

Diamond Member
Jan 15, 2002
4,529
1
0
Don't you have to have some option checked like able to view ftp in HTML, or something like that, i might just be talking out of my a$$.

Dogg
 

FlapJack

Member
Feb 23, 2000
158
0
0
ftp://LOGIN:pASSWORD@IPADDRESS

did not work.... I seem to remember this as the correct format but I have a firewall up and i think its not allowing communication from my work IP...
I'll know when i get home and see the permission request.....

Thanks

 

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
You have to forward the correct port(s) on your firewall settings to your FTP server's local (private) IP address. Then it would know which machine to point to when your outside connection hits your home's external IP.
 

BillGates

Diamond Member
Nov 30, 2001
7,388
2
81
ftp://username:password@serveripaddress:port

There's also a good chance you'll need to turn on passive mode in IE.

Tools >> Internet Options >> Advanced >> Under "Browsing", check "Use Passive FTP"
 

BillGates

Diamond Member
Nov 30, 2001
7,388
2
81
Originally posted by: rh71
You have to forward the correct port(s) on your firewall settings to your FTP server's local (private) IP address. Then it would know which machine to point to when your outside connection hits your home's external IP.

This is correct - you need to forward your main ports as well as a range of passive ports. This only applies if you're using the FTP behind a router.

Finally, note that your work firewall may have the ports you're trying to access blocked.