Skip to content

Commit

Permalink
Merge pull request #9677 from ballerina-platform/automate-specs-ftp-4…
Browse files Browse the repository at this point in the history
…d1522e836d78e539fc5d4baf92bd190a50f23ed

[AUTOMATE] Update Ballerina Standard Library (ftp) Specifications
  • Loading branch information
sm1990 authored Jan 29, 2025
2 parents 4d1522e + a0e91fe commit aa5fa1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/spec/ftp/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ An insecure FTP listener can be initialized by providing the mandatory `protocol
#
# + listenerConfig - Configurations for FTP listener
# + return - `()` or else an `ftp:Error` upon failure to initialize the listener
public isolated function init(ListenerConfiguration listenerConfig) returns Error?;
public isolated function init(*ListenerConfiguration listenerConfig) returns Error?;
```
#### 4.2.2. Secure Listener
A secure listener can be initialized by providing `ftp:SFTP` as the protocol and by providing `ftp:Credentials`
Expand Down
2 changes: 1 addition & 1 deletion spec/ftp/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ An insecure FTP listener can be initialized by providing the mandatory `protocol
#
# + listenerConfig - Configurations for FTP listener
# + return - `()` or else an `ftp:Error` upon failure to initialize the listener
public isolated function init(ListenerConfiguration listenerConfig) returns Error?;
public isolated function init(*ListenerConfiguration listenerConfig) returns Error?;
```
#### 4.2.2. Secure Listener
A secure listener can be initialized by providing `ftp:SFTP` as the protocol and by providing `ftp:Credentials`
Expand Down

0 comments on commit aa5fa1b

Please sign in to comment.