Uploads the data from the specified Stream to the FTP server and stores it using a unique filename. Many servers do not support this feature, and many servers support this incorrectly, such as MS FTP.
UploadUniqueFile(Stream) | Uploads the data from the specified Stream to the FTP server and stores it using a unique filename. Many servers do not support this feature, and many servers support this incorrectly, such as MS FTP. |
UploadUniqueFile(String) | Uploads the data from the specified file to the FTP server's current folder and stores it using a unique filename. Many servers do not support this feature, and many servers support this incorrectly, such as MS FTP. |
Top