It is for Intranet site.forgot to tell you that NAS I am using now has an account created to access it.
examples:
username: iamuser
pswd: test2013
User Profile
Collapse
-
How to download file from NAS using classic ASP?
Hi there,
I am new here and still learning about programming. Can anyone tell me about how to download a file in NAS using Classic ASP?
For an examples information,
NAS IP: 113.3.103.2
share folder in NAS/partition: share_partition
folder: uploadFile
And here is an examples of snippet code I try.
Code:<% Dim fname,path_test2 fname="test.png" path_test2="//113.3.103.2/share_partition/uploadFile/"
No activity results to display
Show More
Leave a comment: