リモートサーバからローカル ファイルにデータをダウンロードします。

オーバーロード一覧

指定した URI を持つリモートサーバからローカル ファイルにデータをダウンロードします。

[Visual Basic] Public Function FtpDownloadFile(String, String) As Boolean
[C#] public bool FtpDownloadFile(string, string)

指定した URI を持つリモートサーバからローカル ファイルにデータをダウンロードします。

[Visual Basic] Public Function FtpDownloadFile(System.Uri, String) As Boolean
[C#] public bool FtpDownloadFile(System.Uri, string)

指定したホスト名とパス名を持つリモートサーバからローカル ファイルにデータをダウンロードします。

[Visual Basic] Public Function FtpDownloadFile(String, String, String) As Boolean
[C#] public bool FtpDownloadFile(string, string, string)

指定したホスト名とパス名およびポート番号を持つリモートサーバからローカル ファイルにデータをダウンロードします。

[Visual Basic] Public Function FtpDownloadFile(String, String, Integer, String) As Boolean
[C#] public bool FtpDownloadFile(string, string, int, string)

参照

ImageKit.File メンバ | Newtone.ImageKit.WPF.ImageKit