which API to use?
-
Hi All, I was using "FTPWebRequest" API to upload file to ftp server. Now the requirement has changed the host server can be ftp, http or anything. which API should i use for my client app (to upload file). Please help me. Thanks.
You may use
WebRequest
-
Hi All, I was using "FTPWebRequest" API to upload file to ftp server. Now the requirement has changed the host server can be ftp, http or anything. which API should i use for my client app (to upload file). Please help me. Thanks.
if FtpWebRequest works for FTP, then maybe HttpWebRequest might have something to do with HTTP? you might try it :)
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets