Writing Text File To A Mapped Drive Or Network Drive
how to write a text file to a mapped drive or network drive. In my script, I’m currently writing the text file to a local folder on the server temporarily until I can figure this out.
So far I have tried to use the mapped drive letter, network path, etc. to get this working. I believe all the permissions are in order (I hope) as well. No matter what I have tried, I just get a Path Not Found script error. I know this has to be possible, just I’m missing something … probably something right under my nose but I just can’t figure it out.
View Replies
ADVERTISEMENT
I want to access files from a remote server so I mapped it in my
server under z: for myserverwebmysiteimages
I added this UNC path to my IIS virtual directory and name it as
"upload" but I still cannot use any FSO to read it. Here is my code:
View Replies
View Related
I am trying to read a file which resides on FILESERVERMYFOLDERmyfile.txt.I can not map this server on the webserver. I need to access it through UNC.I have a domain account which when used with ASP.NET works fine through impersonation. I use it for ASPUpload and it works fine to save files on FILESERVERMYFOLDER
I want to read the file through FILESYSTEMOBJECT. I don't know if I can impersonate using FILE SYSTEM OJBECT.How can I read the file.
View Replies
View Related
I have mapped a drive in our IIS, but I don't know how to connect to it from
ASP. I would like to place files (like images files) to the mapped drive
T:XXXYYY and display files from there.
I've tried using Server.MapPath, but when I put T:XXXYYY as parameter, it
will say it requires virtual path but not physical path.
Then I tried using:
Set MyFileObject=Server.CreateObject("Scripting.FileSystemObject")
Set MyFolder=MyFileObject.GetFolder("T:XXXYYY")
but it will say Path not found.
View Replies
View Related
I mapped dirve in a another computer as K: and I need to listout folders in a asp page that mapped drive. So I was checked that drive is in ready state using IsReady property, but it will return false. But when I was tried in VB application using same code it work perfectly. So any one know what can be happned.
<%
set fso = CreateObject("Scripting.FileSystemObject")
set d = fso.GetDrive("K:")
if d.IsReady Then
response.write " Drive " & d.driveletter & " is Ready "
else
response.write " Drive " & d.driveletter & " is not Ready "
end if
%>
View Replies
View Related
im trying to create an online doc library for our intranet using a MS Access back end
a form allows the users to enter all the details of the doc and then select the file by using a file browser ( input="file" )
the asp script then copies the file from server A to the intranet
the problem is , is that if the user chooses a mapped drive ( e.g. the S drive ) then it fails - if they use the full drive map then it works fine
SO
Fail : s:stu.txt
Works : stuscomputer estdocsstu.txt
is it becuse the intranet server doesnt know what drive S is ?
View Replies
View Related
<i><b>Originally posted by : Augusto (augustocm2000@yahoo.com)</b></i><br />Hi<br />I've got a problem that I´ve been trying to solve but there is no way I can find the solution.<br /><br />I am mapping a network (intranet) drive in my computer (winNT 4.0), but when I try to "see" this drive (or a directory of this drive) from an asp page, it is impossible! What I mean is that the drive is mapped and accessible in my windows explorer, but my asp code says "Path Not Found". And I have no problem when I "see" a local drive, it locates without no problem.<br />Does anyone know if this is a problem with the server??A configuration problem, for example?!<br />
View Replies
View Related
I am trying to write a file of emails to my mail server for a newsletter.The emails come from a form on a website and append the file.However I can not accomplish this.I have tried mapping the a network drive.Then writing to the file with the path
"U://subscrib.txt" using the filesys obj.
This did not work and I am unsure why.I could not add the internet user to the permissions on the mail server because its not the same machine.
View Replies
View Related
I have a mapped drive on my intranet web server to my internet web server. When I iterate through the drives collection on my intranet site, my mapped drive does not show up. Is there anyway I can get to this drive to read a small set of known files? I don't really want to have to create a virtual folder on the internet web server and move the files in question to it so that my intranet server can get to them.
View Replies
View Related
i would map a network drive from a share on another server. it works fine with the net use command under user login but it do not work from an asp script or dll.
is this that i have to add the iuser_<computer_name> profile into network computer that share it resources?
View Replies
View Related
i want to map to other drive/folder in other machine is possible to do ? i am just handling some file management through web(intranet). my asp files are on my webserver, i do have an file server as well.
want i want is map to my file server so that user can handle their files (of course they are restricted to some extend). some sample code on this.
View Replies
View Related
I'm trying to create an admin page that can run miscellaneous scripts for our IT department. Currently, I'm trying to create a script that can map a network drive for a user (e.g. a form where I can input pathfolder, drive letter, and domainuser). Is this possible? If so, can someone point me in the right direction?
View Replies
View Related
Need to knnow how to check if a given network drive and folder exists.
i understand the File io system and how to check if a folder or a file exists.
PS. This would be a maped network drive.. i.e. 23232.23.4556 ( z: ) or enginering on 'werserverde' ( Y: )
Just some more to maybe help answer my question What I need it to beable to enter this "10.52.1.38~Library" into my serch box and have it check if it is valid or not. Code:
View Replies
View Related
Database path works on drive c:, but it doesn't work on a mapped network drive while i move the database to the mapped network drive it stops working.
Can anybody help how can I write Access Database Path to a mapped Network drive in my vb script?
View Replies
View Related
if it's possible to save a file down to someone's C drive from an ASP page. I've left him fiddling around with the FileSystem object and TexStream object, but I don't fancy his chances.
I'm guessing this may not be possible, as people may not be overly happy with the concept of web pages writing files to their machines, but I thought I'd ask. And it's on an intranet if that helps.
View Replies
View Related
my current setting is user will click a link in the web page and choose the place that they want to save the file to.
Now i am trying to auto download the file. that means user click the link, it straight away download to for eg. "D:Test". my problem is the web page is at server. user will access the web page thru http, but how am i going to auto download to the user's local drive?
View Replies
View Related
I have two machines, one generate files, and copy to the other.
I try wscript.shell in my program, but it dit not work.
The two machines are not in the same domain. I saw some people's
question but not suitable for me,their machine are in the same domain.
They can assign permission to do the job.
View Replies
View Related
I want to check the disk drive space on a small intranet. Like 30 computers. All have been partitioned and have a D: drive that is shared and is the drive I'm trying to check. This is basically what I have tried:
Code:
Dim fs, pcdrive, cdrive, n
Set fs=Server.CreateObject("Scripting.FileSystemObject")
Set pcdrive = fs.GetDrive("xx.xx.xx.xxshare01-d")
Response.Write("Share01 Free Drive Space is: " & pcdrive & "<br>")
set pcdrive = nothing
set fs = nothing
Is there something wrong with the code or would it possibly have to do with permissions? When this script runs,I get a page cannot be displayed.
View Replies
View Related
1. The file is on a map drive, which is mapped to a folder
on the same server. Example. The user's folder 'John'.
2. I am able to get the file information
("E:PhotosImage1.jpg") and can copy the file to the
folder. ONCE I KNOW THE UNC ("headoffice-
dellsystPhotosImage1.jpg" file to copy)
I would like to be able to get the UNC from the user's
system, by submitting the drive letter to a function.
This script is for an Intranet and should be in ASP or
JavaScript.
..
View Replies
View Related
I want to be able to list all my files in a folder on the hard drive... this will be listed on our local intranet site at work.
View Replies
View Related
How can i save an image that i have on display on a ASP page, to my hard drive?
I'd like to be able to save it to let's say "C:My Documents" or something like that...
View Replies
View Related
I have wrote small script that can get local drive information (e.g. size). Is there anyway I can get disk information from server ?
'Get Drive's Free space
dim MyDriveC,MyObject, MySpace
set MyObject = Server.CreateObject("Scripting.FileSystemObject")
'Set Object
set MyDrivec = MyObject.GetDrive("c:")
'Free Space
MySpace = MyDrivec.AvailableSpace
'Write msg
'Response.Write("Available space on Drive C: " & MySpace)
code is working fine but when I try to put other then "c:" it says path not found.
is there anyway I can get infromation from server or remote computer ?
View Replies
View Related
I need to know how and if its possible to have a vbscript run when a user logs onto my pc. I need the script to connect to my mapped network drives on my pc since you have to double click under My Computer in order to connect to the drives. I want this automated as much as possible.
I currently use a batch file under the startup folder but wanted the process to run behind the scenes instead of a dos box popping up.
View Replies
View Related
I am using a file type input box in an HTML form. When a file is selected, the local pathname results. Is there a way to run this form online, and access a file on the visitor's PC from the web? What pathname needs to be used?
View Replies
View Related
I have an asp page that writes to a text file. Can someone tell me what the
correct permissions should be on the network - so it's safe from various
users coming in to manipulate any files?
View Replies
View Related
I am new to working with ASP and I would like to know
the code to create a textfile on the serer and then write
something in it using ASP.
View Replies
View Related
I'm writing data from an access db to a text file then emailing the text file. Everything works fine but it needs to tab deliminated. Can some one post the code for a "tab"?
View Replies
View Related
how to write (String data) to a text file from an ASP page?
View Replies
View Related
Can this be done? For example, in the line below. There may not always be a & objRS("ShippingAddress2") and I'm wondering if there is a way to use an if/then in there some how. If there is no data in that field then I need to pass over this part completely & objRS("ShippingAddress2") & "|"
I'l have several instances where I need to do this Code:
fname.WriteLine("hd2|" & objRS("ShippingName") & "|" & objRS("ShippingAddress") & "|" & objRS("ShippingAddress2") & "|")
View Replies
View Related
i found this piece of code from a site and it claims that you could create a text file into directory "c:test.txt" and writes the line Hello world in it. Code:
View Replies
View Related
I have the following file whatnew.txt on my server! It consists of lines each line hase 3 items seperated by commas like this:
item1,item2,item3
item12,item22,item32
...
...
I need the code to add new items to this file using the browser!
View Replies
View Related
I'm having a hard time to open/write to a txt file from a .asp, the code is right, but, looks that the iis 5.0 is messing with the file system.
once the execution gets to the point of :
Set filetxt = filesys.OpenTextFile(sFilePathAndName, ForReading, False)
the browser just hangs forever, If I do the request to the same .asp several times then the IIS hangs, and can not even stop the service(a bug in IIS). Code:
View Replies
View Related
I have an application which was successfully writing data from submitted forms to a text file in a directory - in this case:
/data/findata.txt
This was fine because the forms lived at the root level with this directory.
Since then I have added enabled the forms to be used on subdirectories :
/subdirectory/myform.asp
I've used the same code for server.mapparth("data") etc - but instead of locating the directory at the root of the server called "data" it looks to the current directory- doesn't find it and creates another! eek!
What I need is a way to say "right, it doesnt matter what level you are at at the moment, always look at the root level /data directory"...
This has to be fairly dynamic - on the development server here its got a different file structure than on the live server (ie, it lives another level down again on the physical drive)...
Anyone got a good idea on how to look back up?
I do have one way to test which level they are at - but I feel that its a bit 'weak' - I have an ID that tells me if they are working on the upper or lower levels (ie, anything other than 1 is a lower level) - whilst I realise I could use this in the test I'm not sure if its going to be 100% fool proof to base this criteria on this ID.
Therefore I was hoping for a better way using the server.mappath etc...
View Replies
View Related