FTPClientConnection100Class Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece as propriedades e os métodos para uma tarefa de cliente de FTP.
public ref class FTPClientConnection100Class : Microsoft::SqlServer::Dts::Runtime::Wrapper::FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("CCCD3499-1569-4001-AC4E-AA6A1B53F0D4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("38BFBCC8-3C1E-4E28-8417-8C5401BBBF27")]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("D7623778-554E-4538-A5D3-A80E77047B93")]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("CCCD3499-1569-4001-AC4E-AA6A1B53F0D4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type FTPClientConnection100Class = class
interface IDTSFtpClientConnection100
interface FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("38BFBCC8-3C1E-4E28-8417-8C5401BBBF27")>]
type FTPClientConnection100Class = class
interface IDTSFtpClientConnection100
interface FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("D7623778-554E-4538-A5D3-A80E77047B93")>]
type FTPClientConnection100Class = class
interface IDTSFtpClientConnection100
interface FTPClientConnection100
Public Class FTPClientConnection100Class
Implements FTPClientConnection100
- Herança
-
FTPClientConnection100Class
- Atributos
- Implementações
Construtores
FTPClientConnection100Class() |
Inicializa uma nova instância da classe FTPClientConnection100Class. |
Propriedades
ChunkSize |
Obtém ou define a quantidade de dados em bytes para a transferência de dados. |
Retries |
Obtém ou define o número de vezes que a tarefa tenta uma operação. |
ServerName |
Obtém ou define o nome do servidor de FTP. |
ServerPassword |
Obtém ou define a senha para a autenticação. |
ServerPort |
Obtém ou define a porta do servidor de FTP. |
ServerUserName |
Obtém ou define o alias do logon do usuário. |
Timeout |
Obtém ou define um valor que indica por quanto tempo tentar a conexão antes do tempo limite. |
UsePassiveMode |
Obtém ou define um valor que indica se a tarefa envia e recebe arquivos em modo passivo. |
Métodos
Close() |
Fecha a conexão com o servidor de FTP. |
Connect() |
Tenta estabelecer uma conexão com o servidor de FTP. |
CreateRemoteDirectory(String) |
Cria a pasta especificada no servidor de FTP. |
DeleteFiles(String[]) |
Exclui a lista de arquivos no servidor de FTP. |
DeleteRemoteDirectory(String) |
Exclui a pasta especificada no servidor de FTP. |
GetListing(String[], String[]) |
Obtém uma listagem de arquivos no diretório de trabalho atual. |
GetWorkingDirectory() |
Obtém o diretório de trabalho atual. |
ReceiveFiles(String[], String, Boolean, Boolean) |
Recebe is arquivos do servidor de FTP. |
SendFiles(String[], String, Boolean, Boolean) |
Envia os arquivos do computador local para o servidor de FTP. |
SetWorkingDirectory(String) |
Define o diretório de trabalho atual para o caminho especificado. |