FTP Upload multiple files without disconnect using .NET
Posted
by DK39
on Stack Overflow
See other posts from Stack Overflow
or by DK39
Published on 2009-11-20T19:14:07Z
Indexed on
2010/06/02
0:53 UTC
Read the original article
Hit count: 234
I'm uploading multiple files using FtpWebRequest.
But for every file I'm opening and closing a connection.
How can I upload multiple files using the same connection?
Like a ftp client application, connect using username and password, change directory, upload file1, upload file2, upload file3, disconnect.
© Stack Overflow or respective owner