Skip to content

Web Utilities - Process Steps

Delete from FTP Server

Delets a file from an FTP server.

NameTypeDescriptionRequired
Connection ModeEnumeration:- default- localPassive- localActive- ${p:componentProcess/connectionMode}Select a data connection mode between the client and server.No
Delete DirectoryBooleanDelete the directory if it is empty.No
DirectoryStringThe directory path where the files reside.Yes
File NamesStringList the file names to delete. Separate multiple file names using commas or new lines.No
HostnameStringThe host name of the FTP server.Yes
PasswordPasswordPassword to authenticate with the FTP server.Yes
PortStringThe port the FTP server listens on.Yes
UsernameStringUsername to authenticate with the FTP server.Yes

Send HTTP Call

Sends an HTTP request to a URL, with headers and data.

NameTypeDescriptionRequired
Accept Response TypeEnumeration: - */* - text/plain - application/x-www-form-urlencoded - application/xml,text/xml,application/xhtml+xml,application/atom+xml - application/json - application/javascript,text/javascript - text/html - application/zipSelect the accept type. If there is no accept type, select ANY.No
Allow Untrusted SSL CertsBooleanIf selected, HTTPS requests to sites with untrusted certificates do not fail.No
Data / Data FileStringThe data to send with the HTTP request. Specify the data in text format, or specify the name of a file that contains the data.No
HTTP MethodEnumeration:- GET - POST - PUT - DELETE - HEAD - OPTIONSSelect the method to use for the HTTP request.No
HeadersStringA list of request headers, separated by newline characters.No
Output FileStringSpecify the name of a file, relative to the working directory or absolute, to use to store the response body.No
PasswordPasswordPassword for basic authentication.No
Request Content TypeEnumeration:- */* - text/plain - application/x-www-form-urlencoded - application/xml,text/xml,application/xhtml+xml,application/atom+xml - application/json - application/javascript,text/javascript - text/html - application/zipSelect the body content type. If there is no request body, select ANY.No
URLStringThe full URL to send the HTTP request.Yes
UsernameStringUser name for basic authentication.No
timeoutIntegerThe HTTP operation will timeout if it does not complete after the time specified here. Default timeout is 5 minutes.No

Upload to FTP Server

Uploads a file to an FTP server.

NameTypeDescriptionRequired
Connection ModeEnumeration: - default - localPassive - localActive - ${p:componentProcess/connectionMode}Select a data connection mode between the client and server.No
FTP File TypeEnumeration: - BINARY- ASCIISelect the FTP File Type to be sent to the FTP Server.No
File PathStringThe full path of the local file to upload. For example: dir1/dir2/myFile.zipYes
HostnameStringThe host name of the FTP server.Yes
PasswordPasswordPassword to authenticate with the FTP server.Yes
PortStringThe port the FTP server listens on.Yes
Rename FileStringUpload the local file to the FTP server with another name. File extension needs to be included.No
Upload DirectoryStringThe structure for the directory destination on the FTP server, relative to the server root directory. For example: /dir1/dir2/dir3/Yes
UsernameStringUser name to authenticate with the FTP server.Yes