Results 1 to 2 of 2

Thread: [2.0] FTP Uploding and Downloading

  1. #1

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    [2.0] FTP Uploding and Downloading

    I have created a ftp client to FTP server in dotnet using Socket Class or TCPclient class. My process is Download a File from FTP Sever To Local Server and Upload a File From Local server to FTP server. In my Question is what are the Methods to download and upload file.

    I want some splitting algorithms of file downloading and uploading. In the normal operation downloading speed is very slow. I want to pause the downloading and uploading process then after some time period then i will continue.
    please help me.
    Please mark you thread resolved using the Thread Tools as shown

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] FTP Uploding and Downloading

    I think that you'll find that if you want such fine-grained control you'll have to use the FtpWebRequest and FtpWebResponse classes.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width