Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

[4660] Mastering IIS FTP

Last post 08-05-2007 4:16 AM by mpr104. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [4660] Mastering IIS FTP

    This thread is for discussions of Mastering IIS FTP.

    • Post Points: 35
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 02-15-2005 9:05 AM In reply to

    Light dawns!

    Thank you for the article.  It explains why I have used Microsoft FTP on my 2003 server for a year and never managed to land in the right directory!  Now I can take a good look at the structure and re-organise it!
    • Post Points: 0
  • 04-26-2005 12:13 AM In reply to

    Exactly

    I've been using these techniques since NT 4.0's Option Pack.  People just don't know how powerful the built-in stuff is.  And now with quota management and AD, it can be very powerful in an ISP hosted environment (it's what I use).

    Another tip:  You can create sub-Virtual directories, but they must be from within the FTP's VDs.  I often create Unix-like links for users to get into certain directories of my domains.  For example, say we have a domain called "domain.com".  On my server, that would be:

    E:\Users\eric.duncan\domain.com\www\default.aspx

    Say I want to give Jim Bob access to this domain, but not to all of the domains under my username.  But there's a problem, the user already has access to their own directory:

    E:\Users\jim.bob\

    This user accesses their account via the IIS FTP service's virtual directory called "jim.bob":

    FTP Sites
    -- Public FTP
    ------ jim.bob (which points to the user's Home directory above)

    What I do is create an empty directory (described in this article) named the domain + lnk, but this directoy is in the user's normal Home directory:

    E:\Users\jim.bob\domain.com.lnk

    And then create a sub-virtual directory, named the same under the user:

    FTP Sites
    -- Public FTP
    ------ jim.bob
    ---------- domain.com.lnk

    Now when the user logs in, they will see their home directory, with a new directory named domain.com.lnk.  Changing directories to this location forces the FTP's virtual directory to change it's location to my directory:

    E:\Users\eric.duncan\domain.com\www\

    Just remember to give jim.bob access to that directory, else he will get an Access Denied.

    Oh, that was another tip: To set permissions, do it at the physical-directory level (as I've done above).  Mix it all with quotas, and there isn't a reason for me to use anything else.  
    • Post Points: 0
  • 04-26-2005 3:29 PM In reply to

    • James Crowley
    • Top 10 Contributor
    • Joined on 12-07-2000
    • United Kingdom
    • Guru
    • Points 15,055
    • SystemAdministrator
    Nice! Cheers for those extra tips, Eric
    • Post Points: 0
  • 05-31-2005 10:03 AM In reply to

    • Gerrit
    • Not Ranked
    • Joined on 05-31-2005
    • New Member
    • Points 5

    Brilliant!

     Wow! That easy. Thanx this one really solved a lot of problems for me!

    One question though, (Please note that I am a complete newby at this), Why does my servers performance drop (signifficantly!) every time a user uploads / downloads any item? On larger downloads this actually causes some of my sites to drop completely.

    Obviously this must have something to do with the priorities on the server, but how do I adjust these priorities if indeed that is where the problem lies?
    • Post Points: 0
  • 06-08-2006 6:40 PM In reply to

    • rhettkelton
    • Not Ranked
    • Joined on 06-08-2006
    • United States
    • New Member
    • Points 5

    Re: [4660] Mastering IIS FTP

    This is great!  Easy to understand article, and works perfectly (at least for me!)

    • Post Points: 5
  • 12-23-2006 10:42 AM In reply to

    • maartens
    • Not Ranked
    • Joined on 12-19-2006
    • New Member
    • Points 10

    Re: [4660] Mastering IIS FTP

    This was just what I was looking for. I'm running multiple websites on my w2k3 server but was in need for a good solution to excess them via FTP. The simplicity is amazing. Thanx for the readthru, keep up the good work!

    • Post Points: 10
  • 08-05-2007 4:16 AM In reply to

    • mpr104
    • Not Ranked
    • Joined on 08-05-2007
    • Australia
    • New Member
    • Points 5

    Re: [4660] Mastering IIS FTP

    Excellent how-to, thanks!

     

    Regards

    Matt

    • Post Points: 5
Page 1 of 1 (8 items)