This method creates a SFTP client that allows you to access the different functions.

The structure of the plugin works in the same way any SFTP client does. As first, you need to have a client. This client can be created with the createSFTPClient method available in the global object OurCodeWorldSFTP object in the window.

// That's it, now you have a SFTP client manipulable with Javascript
var client = OurCodeWorldSFTP.createSFTPClient();

Refer to "Using the SFTP Client" in order to know how to use the plugin.