OBEXFtpConnection.PutFile Method (MemoryStream, String, String)
Sends a file to the FTP server.
[Visual Basic]
Overloads Public Sub PutFile( _
ByVal
Stm As
MemoryStream, _
ByVal
AFileName As
String, _
ByVal
AMimeType As
String _
)
Parameters
-
Stm
- A MemoryStream object containing the file content.
-
AFileName
- The name of the file under which to be saved on FTP server.
-
AMimeType
- The MIME type of the file.
See Also
OBEXFtpConnection Class | BlueLibs.Components Namespace | OBEXFtpConnection.PutFile Overload List