We can now connect to FTP on the P1 and A1 Series

When using WinScp, in Session → Advanced … → Connection-> TLS/SSL, there is a option called ‘Reuse TLS/SSL Session ID for data connections’. Make sure uncheck this option.

p1p winscp

We can also use curl to upload file
curl --ftp-pasv --insecure -T file.gcode ftps://[ip]:990/ --user bblp:[access_code]

4 Likes