GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / UploadFileToFTP Method





In This Topic
UploadFileToFTP Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(914)>
Function UploadFileToFTP( _
   ByVal FilePath As String, _
   ByVal Host As String, _
   ByVal Path As String, _
   ByVal Login As String, _
   ByVal Password As String, _
   ByVal FTPPort As Integer _
) As GdPictureStatus
[DispId(914)]
GdPictureStatus UploadFileToFTP( 
   string FilePath,
   string Host,
   string Path,
   string Login,
   string Password,
   int FTPPort
)
function UploadFileToFTP( 
    FilePath: String;
    Host: String;
    Path: String;
    Login: String;
    Password: String;
    FTPPort: Integer
): GdPictureStatus; 
DispIdAttribute(914)
function UploadFileToFTP( 
   FilePath : String,
   Host : String,
   Path : String,
   Login : String,
   Password : String,
   FTPPort : int
) : GdPictureStatus;
[DispId(914)]
GdPictureStatus UploadFileToFTP( 
   string* FilePath,
   string* Host,
   string* Path,
   string* Login,
   string* Password,
   int FTPPort
) 
[DispId(914)]
GdPictureStatus UploadFileToFTP( 
   String^ FilePath,
   String^ Host,
   String^ Path,
   String^ Login,
   String^ Password,
   int FTPPort
) 

Parameters

FilePath
Host
Path
Login
Password
FTPPort
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members