FtpClientConnection.SetWorkingDirectory Method (String)

 

Applies To: SQL Server 2016 Preview

Sets the current working directory on the File Transfer Protocol (FTP) server.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public void SetWorkingDirectory(
    string currentDirectory
)
public:
void SetWorkingDirectory(
    String^ currentDirectory
)
member SetWorkingDirectory : 
        currentDirectory:string -> unit
Public Sub SetWorkingDirectory (
    currentDirectory As String
)

Parameters

  • currentDirectory
    Type: System.String

    The path to the directory to be set as the current working directory.

See Also

FtpClientConnection Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top