JSON File to Java Example In this article, I am going to show how to parse the JSON file to java object. Suppose we have a JSON file and we need to parse the JSON data into java object to perform the operations Pre-Requisites Java 1.8 Google JSON Eclipse IDE Maven In the eclipse create […]
Day: April 18, 2020
Java SFTP Connection Shell Script Execute
Java SFTP Connection Shell Script Execute In this article, I am going to explain how to connect the SFTP server from Java API, how transfer files from the local system to remote SFTP server and how to execute remote shell scripts from java? Pre-Requisites Java 1.8 JSch.jar Eclipse IDE Maven SftpShellChannel.java To get SFTP […]
Java SFTP Connection Files Transfer
Java SFTP Connection Files Transfer In this article, I am going to show SFTP connection with java, transfer files from the local system to the remote system. Here we are going to using the JSch library to connect SFTP/STP server. Pre-Requisites Java 1.8 JSch.jar Eclipse IDE Maven SftpChannel.java We need to get SFTP server […]
How to install Apache LDAP Directory and Studio?
How to install Apache LDAP Directory and Studio? In this post, I am going to show How to install Apache LDAP Directory and Studio, How to access Apache LDAP Directory from Apache Studio, How to add users into Apache LDAP Directory, How to add user attributes from Apache Studio and How to start/stop Apache LDAP […]