Following SurferTim's FTP code (https://playground.arduino.cc/Code/FTP/), is it possible to use this code with an FTP server that needs SSL? I have tried with the code posted, and I am able to get to "Command connected," but almost immediately I get errors such as:
- "530 Non-anonymous sessions must use encryption."
- "503 Login with USER first."