'Declaration
Public Function DisplayFromFTP( _ ByVal Host As String, _ ByVal Path As String, _ ByVal Login As String, _ ByVal Password As String, _ ByVal FTPPort As Integer _ ) As GdPictureStatus
public GdPictureStatus DisplayFromFTP( string Host, string Path, string Login, string Password, int FTPPort )
public function DisplayFromFTP( Host: String; Path: String; Login: String; Password: String; FTPPort: Integer ): GdPictureStatus;
public function DisplayFromFTP( Host : String, Path : String, Login : String, Password : String, FTPPort : int ) : GdPictureStatus;
Parameters
- Host
- Path
- Login
- Password
- FTPPort