* 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) {