Seeing an issue with the below command where files will upload to the target SFTP but the command will be stuck on file.log' at 13608 (98%) [Sending data] until it times out after 5 minutes and the restarts. This will continue indefinitely is seems. Once you terminate the command the file is available in the remote SFTP. Some files work and some don't, mainly the bigger ones / more updated log files are failing.
Is there something I am missing or is this some bug? It could be caused by source file size being different than the target or amount send as the file it updated during the process of upload?
Ubuntu 16.04LTS
lftp --version LFTP | Version 4.6.3a
Seeing an issue with the below command where files will upload to the target SFTP but the command will be stuck on
file.log' at 13608 (98%) [Sending data]
until it times out after 5 minutes and the restarts. This will continue indefinitely is seems. Once you terminate the command the file is available in the remote SFTP. Some files work and some don't, mainly the bigger ones / more updated log files are failing.Is there something I am missing or is this some bug? It could be caused by source file size being different than the target or amount send as the file it updated during the process of upload?
Ubuntu 16.04LTS
lftp --version LFTP | Version 4.6.3a
sudo lftp -d -u xxxx,xxxx -e "mirror -c -e -R /xxx/xxx/log/ /xxx/logs; quit;" sftp://xxx@xxx:22