Overload | Description |
---|---|
SendFileToUniqueName(String) | Sends the specified file to the FTP server's current working folder and stores it using a unique filename. |
SendFileToUniqueName(Stream) | Sends the data from the specified System.IO.Stream to the FTP server's current working folder and stores it using a unique filename. |