Skip to content

adilakhter λ

» tail -f λ/dev/logs

  • Home
  • Programming Challenges
    • Dynamic Programming
    • Primer: Priority Queue
  • About
    • Photo Credits
adilakhter λ

Tag: ftp

.Net FTP download

Using WebClient class of .Net Framework, we can download file from ftp server in the following way - 

WebClient request = new WebClient();
request.Credentials =
new NetworkCredential(userName, password);

return
request.DownloadData(path);

Author adilakhterPosted on December 17, 2007December 21, 2007Categories .net, c#Tags .net, ftpLeave a comment on .Net FTP download
  • Home
  • Programming Challenges
    • Dynamic Programming
    • Primer: Priority Queue
  • About
    • Photo Credits
adilakhter λ Website Powered by WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Follow Following
    • adilakhter λ
    • Already have a WordPress.com account? Log in now.
    • adilakhter λ
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar