'Declaration
Public Overloads Function DisplayFromFTP( _ ByVal Uri As String, _ ByVal Login As String, _ ByVal Password As String _ ) As GdPictureStatus
public GdPictureStatus DisplayFromFTP( string Uri, string Login, string Password )
public function DisplayFromFTP( Uri: String; Login: String; Password: String ): GdPictureStatus;
public function DisplayFromFTP( Uri : String, Login : String, Password : String ) : GdPictureStatus;
public: GdPictureStatus DisplayFromFTP( string* Uri, string* Login, string* Password )
public: GdPictureStatus DisplayFromFTP( String^ Uri, String^ Login, String^ Password )
Parameters
- Uri
- The full URI path with the full document name, where the file is located, for example ftp://ftp.mywebsite.com/mydocument.pdf.
- Login
- The user's login required to authenticate on the server.
- Password
- The user's password required to authenticate on the server.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK. We strongly recommend always checking this status first.
Use the GetLastTransferError method to diagnose the error if this method has failed with one of the GdPictureStatus.Internet... errors.