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

Tag: FTP

Uncategorized

Enhanced FTP Code

Posted on September 8, 2009 by pranav / 0 Comment

Here is the enhanced version of the code which sends files to remote computer using FTP which I have posted long back! Public Function CheckDir(ByVal FolderName...

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