Table of Contents

Constructor FtpRenameTool

Namespace
LMKit.Agents.Tools.BuiltIn.Net
Assembly
LM-Kit.NET.dll

FtpRenameTool()

Initializes a new instance with default options.

public FtpRenameTool()

FtpRenameTool(FtpToolOptions)

Initializes a new instance with the specified options.

public FtpRenameTool(FtpToolOptions options)

Parameters

options FtpToolOptions

Configuration options for the tool.

Share