Linguaggio

IDTSFtpClientConnection100.ReceiveFiles Metodo

Definizione

Riceve file da una posizione remota..

public:
 void ReceiveFiles(cli::array <System::String ^> ^ remoteFileNames, System::String ^ localPath, bool overWrite, bool transferASCII);
[System.Runtime.InteropServices.DispId(17)]
public void ReceiveFiles(string[] remoteFileNames, string localPath, bool overWrite, bool transferASCII);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member ReceiveFiles : string[] * string * bool * bool -> unit
Public Sub ReceiveFiles (remoteFileNames As String(), localPath As String, overWrite As Boolean, transferASCII As Boolean)

Parametri

remoteFileNames
String[]

Il nome file remoto.

localPath
String

Percorso di destinazione.

overWrite
Boolean

Vero se il file sovrascrive il file esistente; altrimenti, falso.

transferASCII
Boolean

Vero se il file trasferisce ASCII; altrimenti, falso.

Attributi

Si applica a