How to increase upload limit in FM?

Hi, i cannot upload file more than 1GB in FM. I updated config as it is described here:How to increase max upload size in filemanager? - #2 by eris

but i cannot still upload file over 1GB

I gave up with that. I connect via SCP or FTP

you mean winscp? how can i connect with it to ftp?

Option 1: Acces via SCP

As admin:

  • Login to hestia
  • Look for the user
  • Edit user
  • Add SSH access: bash
  • Save

Winscp

  • Protocol SCP
  • Server: my.server.com
  • Port: 22 (your SSH port I use a different one)
  • Username
  • Password

**** EDIT ****
Option 2: Access via SFTP

No need to grant SSH access.

Winscp

  • Protocol SFTP
  • Server: my.server.com
  • Port: 22 (your SSH port I use a different one)
  • Username
  • Password

SSH access is not need to connect over sftp. I think Winscp also support sftp. Never used it to be honest.

That’s right too. Just use SFTP protocol over ssh port

Keep ssh to nologin is fine then and you have an secure sftp jail…

You can copy files like that BUT… how about unzip 2GB large files over the panel? Will it work?