Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi bro ,
i dont know how explain my problem ,i have one storage(NAS) on local network and on it i have folder that for connect to content of folder, i must have username and password .so i want to uploading file ,in to a folder so help me about it
forexample:
Nas address:192.168.1.20
folder:Document with user:member pass:2120
thanks.
Posted
Updated 12-Jul-10 14:40pm
v2
Comments
Christian Graus 12-Jul-10 17:42pm    
How is this an ASP.NET question ?
shreyasn 13-Jul-10 2:07am    
Could you please reform the question properly. What is it exactly you want help with? FTP using C#?

1 solution

You may consider using the FtpWebRequest class in your program. If you don't need a lot of control, it really hides a lot of the housekeeping work so you don't have to do it yourself.

See FtpWebRequest[^] on the MSDN web site.
 
Share this answer
 
Comments
Nish Nishant 13-Jul-10 12:13pm    
Reason for my vote of 5
Good answer, and worth a 5!

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