Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat[CR-1799]: FTP File Upload #67

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

akhil-testsigma
Copy link
Contributor

@akhil-testsigma akhil-testsigma commented Dec 17, 2024

JIRA

https://testsigma.atlassian.net/browse/CR-1799

Functionlity

Upload file from local to remote using ftp connection

@vigneshtestsigma vigneshtestsigma merged commit 35311da into dev Dec 17, 2024
1 check passed
import java.io.InputStream;

@Data
@Action(actionText = "FTP: Connect to FTP server and upload a file. FTP server details: Host: Host-Name, Port: Port-No UserName: User-Name, Password: User-Password, Upload from Local-File-Path to Remote-Directory(ex: /Users/username/Downloads) with file name Remote-File-Name. Uploaded file path will be stored in runtime variable: variable-name",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a separator between all input parameters. Also make the addon generic, Support for file selected from uploads as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants