IDTSFtpClientConnection100 Interface

Definição

Representa a interface da Conexão Cliente de FTP.

public interface class IDTSFtpClientConnection100
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSFtpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface IDTSFtpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")]
public interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSFtpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type IDTSFtpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")>]
type IDTSFtpClientConnection100 = interface
Public Interface IDTSFtpClientConnection100
Derivado
Atributos

Propriedades

ChunkSize

Obtém ou define o tamanho da parte.

Retries

Obtém ou define o número de vezes que o cliente de FTP tentou se conectar.

ServerName

Obtém ou define o nome do servidor.

ServerPassword

Define a senha do servidor.

ServerPort

Obtém ou define a porta do servidor usada na conexão.

ServerUserName

Obtém ou define o nome do usuário do servidor.

Timeout

Obtém ou define o tempo limite da conexão.

UsePassiveMode

Obtém ou define se a conexão cliente usa o modo passivo.

Métodos

Close()

Fecha a conexão cliente.

Connect()

Estabelece uma conexão para o cliente.

CreateRemoteDirectory(String)

Cria um diretório remoto para a conexão.

DeleteFiles(String[])

Exclui arquivos para a conexão cliente.

DeleteRemoteDirectory(String)

Exclui o diretório remoto para a conexão cliente.

GetListing(String[], String[])

Obtém a lista da conexão cliente.

GetWorkingDirectory()

Obtém o diretório de trabalho para a conexão cliente.

ReceiveFiles(String[], String, Boolean, Boolean)

Recebe arquivos de um local remoto.

SendFiles(String[], String, Boolean, Boolean)

Envia arquivos a um local remoto.

SetWorkingDirectory(String)

Define o diretório de trabalho para a conexão cliente.

Aplica-se a