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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. clauds

    Instantiate a VB DLL in jsp

    Is it possible to instantiate and use a VB DLL inside a jsp? If so how?
  2. clauds

    I need a good zip component

    I need a good zip component that can be customized to my needs and created from an ASP page. It should be able to zip folders as well as multiple files. The ones I found can't be customized. For example. The zip file that is created creates all the parent folders of the selected folders as well...
  3. clauds

    download components not working

    I am using a download component that is called in an asp page(down.asp). If I load this page directly on the browser, the file that has to be downloaded is pointed to correctly in the "save as" dialog. But if i call this file from another asp file (test.asp) through an anchor that...
  4. clauds

    download component not working

    I am using a download component that is called in an asp page(down.asp). If I load this page directly on the browser, the file that has to be downloaded is pointed to correctly in the "save as" dialog. But if i call this file from another asp file (test.asp) through an anchor that...
  5. clauds

    download component not working

    I am using a download component that is called in an asp page(down.asp). If I load this page directly on the browser, the file that has to be downloaded is pointed to correctly in the "save as" dialog. But if i call this file from another asp file (test.asp) through an anchor that...
  6. clauds

    Ftp A whole directory through VB script

    Sorry - i guess I wasn't clear enough. I want to GET an entire directory, not PUT.
  7. clauds

    FTP entire directory

    I need to be able to FTP an entire directory along with its contents (subdirectories & files) through VB script (I'm writing the ftp script into a BAT file to run). Plus - can i FTP files that are not somewhere under the FTPRoot Directory?
  8. clauds

    Ftp A whole directory through VB script

    I need to be able to FTP an entire directory along with its contents (subdirectories & files) through VB script (I'm writing the ftp script into a BAT file to run). Plus - can i FTP files that are not somewhere under the FTPRoot Directory?
  9. clauds

    Script to search another machine's directory structure

    It is an NTFS, but FileSystemObject will not access a virtual drive or mapped drive on NTFS. It gives an error of path not found.
  10. clauds

    Script to search another machine's directory structure

    I am developing a portal module on one server (ASP on IIS)and the module has to search for and pickup files/directories residing on another machine which does not host any type of web server. I need a method or piece of code that can search through the directory structure of another machine and...

Part and Inventory Search

Back
Top