conaito PPT2Flash SDK 3.7

IPPApplication.PublishToFTP Method

[Visual Basic]
Public Sub PublishToFTP( _
   ByVal SwfFilepath As String, _
   ByVal FtpUrlAdress As String, _
   ByVal FtpServerAdress As String, _
   ByVal FtpPort As Integer, _
   ByVal FtpLogin As String, _
   ByVal FtpPassword As String _
)
[C#]
void PublishToFTP(
   string SwfFilepath,
   string FtpUrlAdress,
   string FtpServerAdress,
   int FtpPort,
   string FtpLogin,
   string FtpPassword
);

See Also

IPPApplication Interface | Conaito.PPLibrary Namespace