125126127128129130131132133134135
//2a. FTPProfile profile1 = ftpProfilePicker.getSelectedFTPProfile(); if(profile1 == null) { logger.warn("Please define first a Profile"); return; } //Verbindung zum FTP Server aufbauen sosfileTransfer = profile1.connect();