Copy files to a remote linux server
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2021
10:29 PM
06-20-2021
10:29 PM
Copy files to a remote linux server
1. How can we copy files from our local windows server to the remote linux server in SOAPUI?
2. Also how can we read files (e:g Transaction logs) on the remote server in Soapui?
Thank you.
2. Also how can we read files (e:g Transaction logs) on the remote server in Soapui?
Thank you.
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2021
10:48 PM
06-20-2021
10:48 PM
It is possible to achieve the same by using
- Scp
- ftp
Please check
https://community.smartbear.com/t5/API-Functional-Security-Testing/How-do-I-connect-with-SCP-on-a-SF...
https://stackoverflow.com/questions/16984292/scp-from-remote-host-using-groovy
Regards,
Rao.
- Scp
- ftp
Please check
https://community.smartbear.com/t5/API-Functional-Security-Testing/How-do-I-connect-with-SCP-on-a-SF...
https://stackoverflow.com/questions/16984292/scp-from-remote-host-using-groovy
Regards,
Rao.
