Package sos.net

Examples of sos.net.SOSFTP.enterLocalPassiveMode()


             * is the same functionality.
             * Unfortunately the "enterLocalPassiveMode" did not reset the ReplyString, therefore
             * a call to this method will result into an error, if the previous command returns a > 500 response.
             *
             */
            sosftp.enterLocalPassiveMode();
            /**
             * JIRA SOSFTP-93
             * this method is not changing the Replystring. Therefore we don't have to check the response.
             */
            // if (sosftp.getReplyCode() > ERROR_CODE) {
View Full Code Here


        if (ftpClient instanceof SOSFTP) {
          SOSFTP sosftp = (SOSFTP) ftpClient;

          if (passiveMode) {
            sosftp.enterLocalPassiveMode();
            /**
             * JIRA SOSFTP-93
             * this method is not changing the Replystring. Therefore we don't have to check the response.
             */

 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.