Guest User

Untitled

a guest
Jul 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. endpoint ftp:Client server1 {
  2. protocol: ftp:FTP,
  3. host:<ip_address>,
  4. port:21,
  5. secureSocket: {
  6. basicAuth: {
  7. username: <user_name>,
  8. password: <password>
  9. }
  10. }
  11. };
  12.  
  13. function functionName(ftp:Client server1){
  14. functionFromOtherBalFile(server1);
  15. }
  16.  
  17. invalid action invocation, expected an endpoint
Add Comment
Please, Sign In to add comment