Creating a .txt file in a web form (Urgent)
-
Hi I want to know a way by which i can create a .txt file in another system having username and password connecting through a path Eg:"ftp//68.288.132.109/UserName/Password"
-
Hi I want to know a way by which i can create a .txt file in another system having username and password connecting through a path Eg:"ftp//68.288.132.109/UserName/Password"
As you have IP/Username/Pwd, WMI should allow u to connect to remote computer and create files in it. So google your problem with WMI in the search query and u should be able to get some code snippets
srinivaskonijeti wrote:
Subject:Creating a .txt file in a web form (Urgent)
Urgent is beautifully ignored by all of us :-D
------------------------------------------- It's code that drives you - Shyam
-
Hi I want to know a way by which i can create a .txt file in another system having username and password connecting through a path Eg:"ftp//68.288.132.109/UserName/Password"
srinivaskonijeti wrote:
create a .txt file in another system having username and password connecting through a path
You can't. ASP.NET is not built for that. :)
Navaneeth How to use google | Ask smart questions