-
We are hitting a problem when trying to send a big file through SFTP with Azure Blob as back-end. This is the error we are seeing in the logs. Can't figure out if this is an Azure problem or a sftpgo problem. Help?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi, can you please post more logs? It is not clear why the EOF is generated, it could be a client side issue or a server disk space issue, can you also post the server side output of the |
Beta Was this translation helpful? Give feedback.
Hi,
can you please post more logs? It is not clear why the EOF is generated, it could be a client side issue or a server disk space issue, can you also post the server side output of the
df -h
command? Do you have enough disk space on the server for the temporary file? Thank you