TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Toren Valone
NA
3
0
Download/Upload files thru a https server
Jun 29 2010 6:20 PM
I have been able to connect to a https server using
NetworkCredential nc = new NetworkCredential("user", "password");
WebRequest wr1 = WebRequest.Create("https://sftp.dts.ca.gov");
wr1.Credentials = nc;
WebResponse rx = wr1.GetResponse();
however after that I am lost how do I change directories get files and send files. Any points most appreciated.
Reply
Answers (
0
)
Problem in Using Context Menu?
Use of Garbage Collection?