Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jhnancy

  1. jhnancy

    Win2003Server page can not be displayed

    Hi, I have a windows 2003 server that we just put together and it has IIS server installed. Now we installed the application . when I go to http://servername/ it displays "hello" in the page and that means the server IIS is working. but when I try the http://servername/appname, it says that...
  2. jhnancy

    Find who copied or accessed file last

    Using C# (FileInfo or any other class) is there as way to find out who is the user that accessed or updated the or copied the file to destination location. We have certain folders where we process files based upon separate set of rule. So some time someone is dropping the file in the wrong...
  3. jhnancy

    How to do ftp using C#

    EarthAndFire, I used the above code you provided and modified it little bit and it worked perfectly for me. Thanks a lot for your help.
  4. jhnancy

    How to do ftp using C#

    Yes EarthAndfFire. Thats what exactly I am trying to get done here. My text file is flexible and I can have one command on each line and then I can pipe the file to ftp command prompt. Appreciate your response.. Any help is highly appreciated. I am trying to do this in C# and i beleive I can...
  5. jhnancy

    How to do ftp using C#

    Hello Friends, I want to create a function/class that will take ftp arguments from a .txt file and then execute them on a command line prompt that i will create thru process.Start. So basically I want to do something line this process.Start (cmd.exe ) Read one line (arguments) from file and...

Part and Inventory Search

Back
Top