• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

setting u ftp server?

adlianb

Member
i want to set up an ftp server from my computer but how do i do that?? i'm running win2k and at the moment, i'm using thsi proggy called serv-u ftp but there's seems to be problem with it....and i know win2k is server ready...how do i access it??
 
I have been messing around with FTP servers for the last couple of days. I am using war ftpd to transfer files across my network. I do not know if it can be accessed across the internet, it may only be accessable localy.
 
w2k includes IIS which includes an ftp server, just go into add programs, windows components (whatever it is called), just be sure to drill down and check the box for ftp as well as world wide web
 
it works like a charm....so war ftp can be access thru the internet too...

hmmm...a slight problem though...i allow access to only one folder. when ppl initially connect to the ftp, they access that particular folder, but when they tried to go up one level, they are able to access my whole harddrive!!! they are able to see the contents but not upload/download. how do i enforce access to only one folder??
 
I haven't used war ftp but I believe u can lock the user to their home directory, and/or only grant the neccessary permission (ie: list/read) to that home folder and its sub folders.

Don't forget passwords are transferred in plain text for ordinary ftp 😉

 
Originally posted by: adlianb
it works like a charm....so war ftp can be access thru the internet too...

hmmm...a slight problem though...i allow access to only one folder. when ppl initially connect to the ftp, they access that particular folder, but when they tried to go up one level, they are able to access my whole harddrive!!! they are able to see the contents but not upload/download. how do i enforce access to only one folder??

read the documentation on how to chroot the users to the home directory
 
Back
Top