FTP Instead of HTTP

I have an AWS application. Can I FTP a file to my device instead of having a “TYPE=FILE” field on my HTM page?

Thank you,
Ed

The best way would be to include the ftp server in your application. If you are running from (developing with) ESP you can include the FTP server as a service.

The FTP server and AWS do share use of the file system. So there are no problems with uploading a file using AWS and getting it back using FTP or visa versa.