Skip to main content

EnsPortal.Dialog.SFTPTest

class EnsPortal.Dialog.SFTPTest extends EnsPortal.Dialog.standardDialog

This page allows testing for SFTP server side append.

Method Inventory

Parameters

parameter PAGENAME = SFTP Server Side Append Test;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.
parameter RESOURCE = %Ens_ProductionConfig:READ;
User needs READ permissions on the %Ens_ProductionConfig resource to view this page.

Methods

method ProcessTest() [ ZenMethod ]
classmethod TestSFTPServerAppend(pHost As %String = "", pUser As %String = "", pPassword As %String = "", pPublicKey As %String = "", pPrivateKey As %String = "", pRemoteTempNameToDelete As %String = "testtodelete.ignore", pVerbose As %Boolean = 1, Output pInformation As %String) as %Boolean
This method tests if the SFTP server supports server side APPEND command.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab