Skip to content
Pranav on .NET
ramblings and technical insights of a coffee addicted developer
  • Speaking
  • Who is Pranav?
  • Contact

Tag: uploading file

Uncategorized

Uploading files using .NET as client and PHP as Server

Posted on October 28, 2009 by pranav / 0 Comment

I was fed up with uploading the attachments using FTP as it was too slow (and vulnerable too), maintaining credentials to connect to server, managing permission...

Uncategorized

Uploading a file to server using FTPWebRequest

Posted on May 19, 2009 by pranav / 0 Comment

Here is the code for uploading files to a particular system(or a server) using FTP. FtpWebRequest ftpRequest; FtpWebResponse ftpResponse; try { //Settings requi...

© 2021 Pranav on .NET
Powered by WordPress | Theme: Graphy by Themegraphy