.Net ftp function (FtpWebRequest)

  • Thread starter Thread starter mike
  • Start date Start date
M

mike

i am writing a function to connect to a ftp server to download document
when i use the ftpwebrequest and the ftpwebresponse,
after each time i download the file, the connection will be terminated
i need to connect to the server again to download the next document.
Is there any method for .net that can create a connection to the server

and wait for me to download all the thing then close the connection?
 
Back
Top