FTPClientConnection100Class.CreateRemoteDirectory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the specified folder on the FTP server.
public:
virtual void CreateRemoteDirectory(System::String ^ remoteDirectoryPath) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::CreateRemoteDirectory;
[System.Runtime.InteropServices.DispId(12)]
public virtual void CreateRemoteDirectory (string remoteDirectoryPath);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member CreateRemoteDirectory : string -> unit
override this.CreateRemoteDirectory : string -> unit
Public Overridable Sub CreateRemoteDirectory (remoteDirectoryPath As String)
Parameters
- remoteDirectoryPath
- String
The folder to create on the FTP server.
Implements
- Attributes