If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Accessing files from a Unix server using ASP code on Windows Web Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-14-03, 11:09
joey8580 joey8580 is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Accessing files from a Unix server using ASP code on Windows Web Server

Hi,

I have a situation in which I need to create URLs on a page automatically. The files to which these urls point are on a Unix server. The program which creates the urls in on a windows web server. I am using the "filesystemobject" to access these files on the unix server. Depending on which files are created, the urls are generated accordingly.

However, the data on this Unix machine that the filesystem object needs to traverse through is about 5 or 6 GB. So when the script executes on the server it takes about 4 to 5 minutes to execute it.

I want to know if there is any other way of accessing the files on that are there on the unix server.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On