I upload multiple files using FtpWebRequest.
But for each file, I open and close the connection.
How to upload multiple files using the same connection?
Like the ftp client application, connect using the username and password, change the directory, upload file1, upload file2, upload file3, disconnect.
Infostatus
source share