J'ai écrit une application Automator avec le script shell suivante pour ouvrir une connexion FTP sur mon système: sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist osascript -e 'tell app "Finder" to display alert "SFTP Opened"' Cela fonctionne exactement comme prévu, sauf que la...