Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > iis ftp > february 2005

Can client posting info to log file?
Posted by BobAchgill at 2/28/2005 11:05:02 PM
Is there some way for the FTP client app I have written to do some kind of FTP command that will result in a FTP Server log record being written with some user data? I would like my FTP client to ask the user for his/her email address and then some how post that info on the server log along...more >>

FTP Security login
Posted by Justin Rich at 2/28/2005 9:47:47 PM
I have my FTP server on win2k3 set to allow anonymous logins (IUSER_) and I attempt to login with IE and I give it a valid email address as the user and it wont let me in. IUSER has NTFS permissions to the FTP root folder. the FTP site is set to allow anonymous connections (not limited to)....more >>

DefaultLogonDomain
Posted by John at 2/28/2005 6:19:41 PM
Can someone please explain how to use Metabase Explorer for IIS 6.0 to input the correct default domain for ftp users? I have downloaded it and tried several conventions for the defaultlogondomain. Ie. domain, domain\, @domain.local, @domain, domain Please help. John ...more >>

FTP - Cannot delete files
Posted by Budco John at 2/28/2005 1:01:01 PM
I have a Windows 2003 server running FTP services internally to my orginization. I have set all NTFS permissions as well as FTP permissions, however when I try to delete files via FTP from the FTP directory, I get access is denied. The user account I'm using has full access to the director...more >>

Log file format
Posted by BobAchgill at 2/26/2005 1:43:02 AM
Can you point me to a reference that documents what is in the Microsoft IIS Log File Format. Can you recommend where I can get some good analyzers for either the Microsoft IIS Log File Format W3C Extended Log File Format? Thanks! Bob Achgill...more >>

Direct access to FTP site files
Posted by Jim Matthews at 2/24/2005 11:02:59 AM
I run a secured FTP site - that is, you must have a logon and password to access anything. On other (anonymous) sites, I can access a particular file - e.g., ftp://ftp.site.com/dlfolder/picture.jpg On my site, you can only "browse" the folder - that is, as in the example above - ftp://ftp.s...more >>

IIS 5.0 script
Posted by Rob White at 2/24/2005 9:13:09 AM
Hi, I’m trying to write a script that changes the root of my ftp from the default to something like c:\myftpsite\ also I would like to change the permissions of the site to read, write and browse for a single specified user. It looks like it should be quite simple, but I can’t seem to get ...more >>

"Error &H80041064: User credentials cannot be used for local connections"
Posted by Martin Heuckeroth at 2/23/2005 2:07:59 PM
Hi, we are trying to set up a FTP server on a windows 2003 server machine running IIS and a DC. As we try to add FTPRoot and FTPDir we get this error" "Error &H80041064: User credentials cannot be used for local connections" We have another system running and adding users FTPRoot and FTPDi...more >>



Redirect web site on private LAN
Posted by Gunjan Desai at 2/22/2005 3:01:56 PM
Hello, I want to redirect my web site on my internal LAN. I have registered site on active host. I want to redirect site on my live ip 202.x.x.x configured on my live windows 2003 server. that server also redirect on private ip 192.x.x.x of my another web site in LAN. Both has insta...more >>

Setting up New FTP site and Virtual Directory with VB .NET
Posted by BobAchgill at 2/21/2005 10:42:00 AM
I would like some example VB .NET code that shows how to add a new FTP site in IIS and virtual directory with System.DirectoryServices. It would be nice if this code included implementing security. My target platforms are Windows 2000 and XP Pro. Also, how can the VB .Net be used to pus...more >>

iis ftp and servicepack2
Posted by Hugo Lefebvre at 2/19/2005 5:33:41 PM
I have windows xp pro + servicepack 2 installed + all essential updates. Today, I have added the FTP service to IIS services. I had to insert my windows xp pro CD (without servicepack2) to install this service. Have I to reinstall servicepack 2 to be sure that all the latest updates for IIS/FTP ...more >>

Hacked?
Posted by DJ at 2/18/2005 8:55:27 PM
Hello: I've believe my FTP server has been compromised/backdoor but am having trouble identifying the particulars. What I have found is that this: Netstat -a was revealing an external IP with an established connection to port 1035 with destination port of 6556. Netstat also showed IP's no...more >>

limit how many connection by IP?
Posted by 330T at 2/18/2005 11:33:04 AM
I would like to limit the number of connection by IP address. My ftp is used on a local LAN and some people will connect and open 50 or 100 connections. I would like to beable to limit each ip to maybe 5 or so connections. Can this be done?...more >>

anonymous upload directory?
Posted by Christian-Josef Schrattenthaler at 2/17/2005 11:11:05 AM
hi! I have a Small Business Server 2003 Premium. Now I installed the FTP-Server on the IIS from SBS2003. The standard FTP-Site points to "C:\INETPUB\FTPROOT". I have Virtual Directorys (Isolated User, but not with ActiveDirectory). When a user logs in, he is isolated to the defined dir...more >>

FTP connection closed by remote host
Posted by Tretteteig at 2/17/2005 4:37:07 AM
Hi. I have som troubbel with FTP. From command-modus I suddenly recive this: C:\Documents and Settings\Administrator.PETERSONGROUP>ftp 213.225.xxx.xxx Connected to 213.225. 220- Uniweb_ftp_server WAR-FTPD 1.67-05 Ready 220 Please enter your user name. User (213.225.91.35:(none)): 331 User...more >>

IIS FTP "scriptable"?
Posted by Sabine Panislowski at 2/16/2005 3:30:02 PM
Hello, I wonder if any version of IIS FTP is able to execute scripts (like vbs-files) on special events, like a finished upload or something. My problem is: I want to automatically send an email of confirmation to users, after their fileupload is completed. The script also should be passed ...more >>

How to programmatically create/remove FTP virtual directory
Posted by William Sonner at 2/16/2005 12:01:15 PM
Hi, I'm trying to create and remove an FTP virtual directory on Windows 2000 programmatically (as part of an install/uninstall routine) and the means I'm using are probably not the best way of doing this. But here's what I'm doing. I open the registry entry HKEY_LOCAL_MACHINE\\SYSTEM\\Cur...more >>

FTP Browse Issues
Posted by Stephen_Piland at 2/16/2005 8:35:55 AM
I can connect and get files from my ftp server using the command line ftp.exe, but when I use IE or other FTP clients it indicates that it cannot browse the directory. My site is ftp.piland.net ... Any ideas?? Thanks alot in advance!! -- Stephen_Piland -------------------------...more >>

Setting Up Secure FTP
Posted by Eric (HIG) at 2/16/2005 7:15:06 AM
What is the easiest way to set up secure FTP for Windows 2003 server? Should I set up a ISA server or use certificate-based authentication within the FTP server? Thanks, Eric ...more >>

ftp and folder quotas
Posted by Ned at 2/15/2005 12:47:10 PM
I think I already know that what I'm requesting is impossible, but I thought I should ask in case I'm wrong ;) A client has requested an anonymous ftp site (IIS6). I told them it would have to be read-only, I don't want anonymous users reading and writing, because otherwise the site would ...more >>

ftp user login
Posted by Alon at 2/14/2005 5:07:02 AM
I am user Windows 2003 Server and setup a ftp site using IIS. I need to allow each user to login to the ftp but only to his folder (ex. a user named Dan will login to a folder named dan in the ftp) and will not be able to see any ather folder. I see thats what happens when the folder which is ...more >>

Disable redirection to folder
Posted by kobbe82 NO[at]SPAM hotmail.com at 2/14/2005 1:14:23 AM
We have a windows 2000 server with IIS 5. When a user logs he will automaticaly be redirected to the folder with the same name as his username. We don't want that. Can it be disabled?...more >>

help regd ftp
Posted by venem l at 2/13/2005 2:25:38 AM
hi i set up an ftp server on windows 98 i have two systems with same firewall installed ftp 127.0.0.1 worrks perfectly smooth but ftp mynetworkipaddress says CONENCTION CLOSED BY REMOTE HOST can u pls tell me where to make changes to get mine to accept network connections form outside. ...more >>

Multiple FTP sites on the same server. How?
Posted by dx at 2/12/2005 12:13:04 PM
Need help from experienced IIS admins. When hosting multiple web sites on the same server using IIS 5.0 on Win2000 Server, you create DNS records and add the appropriate host headers to the web site so that web browsers (the client) correctly receive the right web site from the same server....more >>

Logging file accesses in a subfolder of the default FTP site, how?
Posted by RD at 2/12/2005 12:10:07 PM
Is it possible to do so? I need to know when and by whom (username) a file has been downloaded. My Ftp site structure is thedefault site, having subfolders, access to each subfolder does not allow anonymous user access but requires a user name and password. When a file has been downloaded I need...more >>

two FTP sites on same server?
Posted by Lar at 2/11/2005 4:05:01 PM
I need two seperate FTP sites on one Windows2000 Server accessable by two seperate sets of individuals. How can I accomplish this?...more >>

How to set more FTP user under same FTP server?
Posted by Giuseppe R. at 2/11/2005 10:46:37 AM
Hi to all, In our Windows 2000 Server there also is a "default FTP site" with its "FTPServerRoot" as Home Dir. Now we want to add a new user with no access to entire FTP tree but just a limited subtree scope. How to obtain that? Is it necessary to create a new FTP site? I hope no! Thanks to...more >>

What is the best design-where should FTP home directory reside
Posted by Ashish Udas at 2/9/2005 9:11:03 PM
I have Question about designing best FTP site, What is the best design from security point of view... 1.Should FTP site's home directory reside on IIS computer or it should reside on sperate File-Server) My concern is,is it safe to keep uploaded files on IIS box..? Any thoughts Thanks in ...more >>

deny ftp downloading
Posted by mikea at 2/9/2005 2:09:05 PM
Hello I am wanting to setup my ftp server in such a way as that a particular account can only post(upload)but not download. Currently, I have the server set up with individual folders for each user that will retrieve from it on the local lan. Anonymous access is off. It seems that i nee...more >>

Trace url to owner
Posted by Ted Brewer at 2/9/2005 11:54:29 AM
Hello, Is it possible to trace a URL back to it's owner? Thanks, Ted ...more >>

Ftp Port Conflict
Posted by FFury at 2/9/2005 2:13:02 AM
My FTP service has stopped due to a port conflict with an application. I do not know how to identify the application that is conflicting with port 21. I have deleted several programs I thought might be the culprit with no sucess. I ran netstat with switches. I found FTP listed twice listing...more >>

Uploading a file
Posted by Abhishek at 2/8/2005 3:29:58 PM
Hi! Everyone I have a small issue, if anyone could help me out I need to upload user files to my website thru my web application. something similar to attaching a file to the mail. I know one way of doing it is thru HTTP but that gives a limitation of 4mb I was doing it thru FTP and it worked...more >>

Error while creating virt. dir.
Posted by Vahan Babakhanian at 2/8/2005 8:44:12 AM
win2k, iis 6 i was using the ftp server only by my own, getting there remotely as admin. i was never creating virt. dir's, just usual folders in ftproot. now i need to allow some users to get in their own (only one for each) folder. when creating virt. dir. in IIS 6 / FTP am getting an erro...more >>

Cannot login FTP on SBS 2003
Posted by Eric at 2/8/2005 6:21:03 AM
Hi, I just installed SBS 2003 everything is working great except for my ftp server. I'm on a two NIC server with a gateway router and a switch. My previous server was running SBS 2000 and had a ftp server that was working fine. I have the same ports open on the router and all routed to the...more >>

Where are the logs kept on a FTP site?
Posted by Ted Brewer at 2/7/2005 2:52:51 PM
I have a FTP site and cannot find the logs. The site is on my home server. Can anyone point me in the right direction? Thanks in advance. Ted ...more >>

problems on windows 2003 srv std ed
Posted by KitRamos at 2/6/2005 11:29:04 PM
okay I have to run this server on a non standard port due to isp. it is also behind a linksys nat. now for a while I had it working, just had to foward two ports for ftp but it stoped for no apparent reason, and even turning on DMZ mode doesn't work. it gets the control connection just fine a...more >>

how to isolate FTP users in win2k server
Posted by Vahan bv_40 at 2/6/2005 12:58:49 PM
is it possible to do that in win2k? each FTP user to see only own folder ...more >>

FTP setup as well as users
Posted by msw at 2/5/2005 1:42:51 PM
I succeeded in seting up my FTP server within Windows 2003 as described in the following article: http://support.microsoft.com/default.aspx?scid=kb;en-us;323384 My question is How can I setup an user and which permissions do I need to give the user for accessing the FTP Server? Within t...more >>

compare iis-ftp and serv-u.
Posted by lemonli at 2/5/2005 12:05:35 PM
hehe.... ...more >>

iis6.0 ftp-partition home directory.
Posted by lemonli at 2/5/2005 11:34:33 AM
how to setting iis-FTP server,the user access oneself home directory then logon,don't access directory of other users. Sorry,my English very weak..thanks. ...more >>

clustered FTP nightmare
Posted by slawal at 2/3/2005 12:23:05 PM
I have a clustered FTP Virtual server setup between two nodes and the root folder is on the shared disk system. This is a user isolated mode site and each user can access their directory. This work fine on the first node until i failover to the second node when i do the Localuser share user th...more >>

Access Denied
Posted by Mike at 2/2/2005 12:50:39 PM
Hi, I would like to allow any internal clients to ftp to my internal server. = Any command (get, put, etc.) should be allowed. I tried to set the "Home = Directory" to "Read" and "Write" but whenever I try to use the "put" = command, I get a "550 Access is denied" error message. I am having ...more >>

FTP user login different folder
Posted by manng118 at 2/1/2005 6:17:03 PM
How can I set a user who can logon to 2 or more folder? For example, we have A, B, C three folder in ftp site, how can i set a user john can only see or logon to A and B, mary can only see or logon to only C ...more >>

FTP server installation problem
Posted by MA at 2/1/2005 10:43:56 AM
Hello, I want to install my FTP server on windows XP professional. I did installation but when I am trying to ftp from localhost it couldn't do that: Connected to FTP_SERVER Connection closed by remote host. Probably it is a firewall issue. How can I solve it? Best...more >>

Moving FTP Server to New Computer
Posted by steve at 2/1/2005 9:21:49 AM
Is there a simple way to transfer my FTP server configuration along with all of its user accounts to another computer? Running Windows 2000 Server and IIS 5.0 ...more >>


DevelopmentNow Blog