You need to develop a web application which wll alowe to upload files and host this application on the remote server where you want to upload the files.
I gone through the links but these are showing on at same location we are storing files/Images.
I have a web site hosted on ftp. I want to sent the image from web site to remote computer i.e. like a virtual machine which is in other nw and other place.
How to send images to remote macgine from web site?
Are you able to access the files/folders on the remote server from the FTP server on which your website is hosted?
Can you map the drive of remote server, on your FTP server.
- No i am not getting & I searched lot for it. According to some site information we r not able to access remote desktop from web application. Is it true? If you have idea how to do it from windows application then please forward link.
- No i am not getting & I searched lot for it. According to some site information we r not able to access remote desktop from web application. Is it true? If you have idea how to do it from windows application then please forward link.
No, I didn't meant of Remote Desktop. Its Remote Connection via share to the remote server. It's just like accessing a file/folder on some other computer which is connected to your computer through network.
Does your remote server is connected to the network of FTP server? Are you able to access remote server using share from FTP server?
For example,
The Remote Server's IP address is '123.456.789' and server name is 'myRemoteServer'. Now, to access this server from FTP server, in the FTP server, go to Run and type '\\'123.456.789' or '\\myRemoteServer' and press Enter.
If it opens the a window showing files/folders on the remote server, then it means you have access to the remote server from FTP server.
Sumit Pathak ------------------
ThisPost = Helped == True ? "Mark As Answer" : "Elaborate your problem in more details"
I solve this problem by using wcf service. I have created a selfhosting service wich executed on server continuously, whenever request goes for service it tooks the stream of data and stoared at specified location.
avinash_btbp...
Member
10 Points
8 Posts
Stoaring files on remote server from asp.net web site
Mar 02, 2012 12:49 PM|LINK
I want to upload files on remote pc (windows sql server express r2 2008) through web apllication. How to do that?
Remote server like a virtual machine.
Which connection classes i need to connect to remote pc, I want to use user name and password credentials while connecting to remote pc.
Thanks,
Avinash
adamturner34
Contributor
3890 Points
971 Posts
Re: Stoaring files on remote server from asp.net web site
Mar 02, 2012 01:02 PM|LINK
Well,
You don't want to enable remote connections on your database, so I would suggest using a web service to handle that.
...or, if applicable, use a standard FTP.
Adam
Sum8
Contributor
4141 Points
931 Posts
Re: Stoaring files on remote server from asp.net web site
Mar 02, 2012 01:03 PM|LINK
You need to develop a web application which wll alowe to upload files and host this application on the remote server where you want to upload the files.
Refer these links for file upload using ASP.Net:
http://asp.net-tutorials.com/controls/file-upload-control/
http://www.codeproject.com/Articles/1757/File-Upload-with-ASP-NET
http://msdn.microsoft.com/en-us/library/aa479405.aspx
Sumit Pathak
------------------
ThisPost = Helped == True ? "Mark As Answer" : "Elaborate your problem in more details"
avinash_btbp...
Member
10 Points
8 Posts
Re: Stoaring files on remote server from asp.net web site
Mar 03, 2012 08:50 AM|LINK
Hi Sumit,
Thanks for reply.
I gone through the links but these are showing on at same location we are storing files/Images.
I have a web site hosted on ftp. I want to sent the image from web site to remote computer i.e. like a virtual machine which is in other nw and other place.
How to send images to remote macgine from web site?
Thank you,
Avinash.
Sum8
Contributor
4141 Points
931 Posts
Re: Stoaring files on remote server from asp.net web site
Mar 05, 2012 11:39 AM|LINK
Are you able to access the files/folders on the remote server from the FTP server on which your website is hosted?
Can you map the drive of remote server, on your FTP server?
Sumit Pathak
------------------
ThisPost = Helped == True ? "Mark As Answer" : "Elaborate your problem in more details"
avinash_btbp...
Member
10 Points
8 Posts
Re: Stoaring files on remote server from asp.net web site
Mar 05, 2012 12:30 PM|LINK
HI Sum8,
Are you able to access the files/folders on the remote server from the FTP server on which your website is hosted?
Can you map the drive of remote server, on your FTP server.
- No i am not getting & I searched lot for it. According to some site information we r not able to access remote desktop from web application. Is it true? If you have idea how to do it from windows application then please forward link.
Thanks,
Avinash
Sum8
Contributor
4141 Points
931 Posts
Re: Stoaring files on remote server from asp.net web site
Mar 06, 2012 05:32 AM|LINK
No, I didn't meant of Remote Desktop. Its Remote Connection via share to the remote server. It's just like accessing a file/folder on some other computer which is connected to your computer through network.
Does your remote server is connected to the network of FTP server? Are you able to access remote server using share from FTP server?
For example,
The Remote Server's IP address is '123.456.789' and server name is 'myRemoteServer'. Now, to access this server from FTP server, in the FTP server, go to Run and type '\\'123.456.789' or '\\myRemoteServer' and press Enter.
If it opens the a window showing files/folders on the remote server, then it means you have access to the remote server from FTP server.
Sumit Pathak
------------------
ThisPost = Helped == True ? "Mark As Answer" : "Elaborate your problem in more details"
avinash_btbp...
Member
10 Points
8 Posts
Re: Stoaring files on remote server from asp.net web site
Mar 17, 2012 09:44 AM|LINK
Thank you for you help.
I solve this problem by using wcf service. I have created a selfhosting service wich executed on server continuously, whenever request goes for service it tooks the stream of data and stoared at specified location.
Regards,
Avinash