Hi - I have a paid account and can successfully use the SFTP commands in the terminal of my local machine to upload files exceeding 100mb in size.
I'm trying to upload a file >100mb using Flask with the pysftp library. The upload is through a webpage form. The Flask app and webpage can successfully upload small files (biggest I tested was 2mb). The Flask app throws a "413: Request Entity Too Large" error when I try to upload the file that's >100mb.
If anyone can provide any assistance please weigh in, thank you.