Sign In
Adarsh's blog
Network programing and unified communications.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.Net Frameworks 2.0
FtpWebRequest
General
HttpWebRequest
Net class library
Pages
SIP
Software Testing
SSL
UC
UCMA
Archive
Archives
April 2009
(1)
February 2009
(1)
October 2008
(1)
March 2008
(1)
June 2007
(2)
April 2007
(1)
March 2007
(1)
April 2006
(1)
December 2005
(1)
November 2005
(1)
August 2005
(1)
July 2005
(1)
May 2005
(1)
April 2005
(1)
March 2005
(1)
February 2005
(2)
January 2005
(3)
December 2004
(3)
November 2004
(3)
October 2004
(2)
September 2004
(3)
August 2004
(2)
July 2004
(1)
FtpWebRequest
MSDN Blogs
>
Adarsh's blog
>
FtpWebRequest
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Adarsh's blog
WebException message vs. Response.StatusDescription on FtpWebRequest
Posted
over 7 years ago
by
adarshk
1
Comments
Recently one of the reader asked an interesting question, he was using FtpWebRequest with MakeDirectory method, if directory already exist then application received the WebException with message. "The remote server returned an error: (550) File unavailable...
Adarsh's blog
Using FtpWebRequest to do FTP over SSL
Posted
over 7 years ago
by
adarshk
31
Comments
Use FtpWebRequest to do FTP over SSL....
Adarsh's blog
Resuming broken file download with FtpWebRequest class
Posted
over 8 years ago
by
adarshk
19
Comments
This post is valid for .Netframeworks 2.0 When we are downloading a large file from ftp site and connection got broken in between, on next attempt you would be interested in downloading the rest of the file content instead of full file. FtpWebRequest...
Adarsh's blog
Sample code for parsing FtpwebRequest response for ListDirectoryDetails
Posted
over 8 years ago
by
adarshk
22
Comments
This posting is valid for .Net frameworks 2.0 (Currently released as Whidbey Beta1) ResponseStream of FtpWebResponse provides the raw data bytes to the user, s ome of you had asked that it would be more useful to provide methods which return list of...
Adarsh's blog
Understanding the basic of FtpWebRequest programming model on .Net frameworks
Posted
over 8 years ago
by
adarshk
13
Comments
A long standing complain from user of .Net frameworks was that it doesn't have support for popular ftp protocol. This concern is going to addressed in .Net frameworks 2.0. Recently released Whidbey Beta-1 contains FtpWebRequest, FtpWebResponse classes...
Page 1 of 1 (5 items)