Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 384 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 384 Bytes

udp

UDP plugin is used to connect to a UDP server

Available actions

connectTo

Connect to a UDP server

Parameters

  • to: Host to connect to

write

Write a file to a UDP server

Parameters

  • data: Data to write

read

Read a file from a FTP server

Parameters

  • (optional) bytesToRead: Number of bytes to read

onClose

Close the connection

Parameters