public boolean wasSuccessful(String ftpResponse) { return ftpResponse.charAt(0) == '2'; }