Downloading large files over 1G does not end with FTP.

木本裕紀 1 Reputation point
2020-07-09T01:09:35.86+00:00

Downloading large files over 1G does not end with FTP.

I moved the system from other cloud to an Azure VM.

Before moving, I can donwload large files over 1G from outer FTP server.

ftp -p HOST_NAME

220 Microsoft FTP Service

binary
get large.zip

The download proceeds to the end, but no response is returned after the download.

I suspect that the response from the control port is not returned for some firewall problem.

Is there anyone who encountered a similar phenomenon where the download did not end?

OS is Ubuntu "18.04.4 LTS (Bionic Beaver)

myapp@shinshina-development-app-00000001:~/fudousan_app/fudousancms/batch/bukken/gyoupro$ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,793 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.