Click here to Skip to main content
15,881,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to share a folder in a public network ? without using any third party tool.

for example

i have a company with a LAN Network which have internet connection.
without using any 3rd party tool kit i need to access a file inside a LAN network. from a public network
Is it possible or not ???
Posted

For file sharing over the network you need to understand Socket which is the most important aspect of network programming


Following is some example links for you

http://www.c-sharpcorner.com/uploadfile/0a7dc8/file-transfer-program-using-C-Sharp-net-windows-application/[^]

A Client Server File Sharing Application[^]

Search Engine for Local Area Network ( LAN )[^]

Build Simple Network Browser[^]


By using wcf

File Transfer using WCF and Socket[^]
 
Share this answer
 
Comments
Sidharth R 24-Jul-14 3:24am    
need a code to load an rtf file from ftp server ???
Manoj Kumar Choubey 24-Jul-14 5:48am    
you can do programming for ftp client .....
Manoj Kumar Choubey 24-Jul-14 5:58am    
http://www.codeproject.com/Questions/140523/FTP-in-VB-NET

http://www.vbtutor.net/vb6/lesson34.html


http://vbnet.mvps.org/index.html?code/internet/ftpdownloadcallback.htm



http://www.blackbeltcoder.com/Articles/client/an-ftpclient-class-and-winform-control



http://www.java2s.com/Tutorial/VB/0400__Socket-Network/FtpClientinVBnet.htm
Sidharth R 25-Jul-14 4:59am    
need a code to load an .rtf file from ftp server ???
need a code to load an .rtf file from ftp server ???
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900