How to fix an aborted ftp connection
I'm trying to upload quite a big file (1.7 GB) to my ftp server. There is only one problem: every single time i get to 44% the connection shuts down, reconnects itself and then start again at 0%.
Does anyone know how to fix this problem? It would make me really happy.
Here's is the error:
Status: Resolving address of '''''''''''''''
Status: Connecting to '''.'''.''.''':''...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Starting upload of ''''''''''''''''''
Status: Connection closed by server
Command: CWD '''''''''
Response: 250 CWD command successful
Command: PWD
Response: 257 "'''''''''" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (''',''','',''',''',''').
Command: STOR ''''''''''''
Response: 150 Opening BINARY mode data connection for ''''''''''''
Error: Transfer connection interrupted: ECONNABORTED - Connection aborted
Error: Connection timed out after 20 seconds of inactivity
Error: File transfer failed after transferring 1.020.526.592 bytes in 1313 seconds
Status: Disconnected from server
The ''' are sensitive information, it doesn't really look like that.
Note: I myself have no experience with ftp servers or whatever, I use a ftp-server from my webhost. No idea if that matters, but I better have said it.
ftp connection
add a comment |
I'm trying to upload quite a big file (1.7 GB) to my ftp server. There is only one problem: every single time i get to 44% the connection shuts down, reconnects itself and then start again at 0%.
Does anyone know how to fix this problem? It would make me really happy.
Here's is the error:
Status: Resolving address of '''''''''''''''
Status: Connecting to '''.'''.''.''':''...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Starting upload of ''''''''''''''''''
Status: Connection closed by server
Command: CWD '''''''''
Response: 250 CWD command successful
Command: PWD
Response: 257 "'''''''''" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (''',''','',''',''',''').
Command: STOR ''''''''''''
Response: 150 Opening BINARY mode data connection for ''''''''''''
Error: Transfer connection interrupted: ECONNABORTED - Connection aborted
Error: Connection timed out after 20 seconds of inactivity
Error: File transfer failed after transferring 1.020.526.592 bytes in 1313 seconds
Status: Disconnected from server
The ''' are sensitive information, it doesn't really look like that.
Note: I myself have no experience with ftp servers or whatever, I use a ftp-server from my webhost. No idea if that matters, but I better have said it.
ftp connection
add a comment |
I'm trying to upload quite a big file (1.7 GB) to my ftp server. There is only one problem: every single time i get to 44% the connection shuts down, reconnects itself and then start again at 0%.
Does anyone know how to fix this problem? It would make me really happy.
Here's is the error:
Status: Resolving address of '''''''''''''''
Status: Connecting to '''.'''.''.''':''...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Starting upload of ''''''''''''''''''
Status: Connection closed by server
Command: CWD '''''''''
Response: 250 CWD command successful
Command: PWD
Response: 257 "'''''''''" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (''',''','',''',''',''').
Command: STOR ''''''''''''
Response: 150 Opening BINARY mode data connection for ''''''''''''
Error: Transfer connection interrupted: ECONNABORTED - Connection aborted
Error: Connection timed out after 20 seconds of inactivity
Error: File transfer failed after transferring 1.020.526.592 bytes in 1313 seconds
Status: Disconnected from server
The ''' are sensitive information, it doesn't really look like that.
Note: I myself have no experience with ftp servers or whatever, I use a ftp-server from my webhost. No idea if that matters, but I better have said it.
ftp connection
I'm trying to upload quite a big file (1.7 GB) to my ftp server. There is only one problem: every single time i get to 44% the connection shuts down, reconnects itself and then start again at 0%.
Does anyone know how to fix this problem? It would make me really happy.
Here's is the error:
Status: Resolving address of '''''''''''''''
Status: Connecting to '''.'''.''.''':''...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Starting upload of ''''''''''''''''''
Status: Connection closed by server
Command: CWD '''''''''
Response: 250 CWD command successful
Command: PWD
Response: 257 "'''''''''" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (''',''','',''',''',''').
Command: STOR ''''''''''''
Response: 150 Opening BINARY mode data connection for ''''''''''''
Error: Transfer connection interrupted: ECONNABORTED - Connection aborted
Error: Connection timed out after 20 seconds of inactivity
Error: File transfer failed after transferring 1.020.526.592 bytes in 1313 seconds
Status: Disconnected from server
The ''' are sensitive information, it doesn't really look like that.
Note: I myself have no experience with ftp servers or whatever, I use a ftp-server from my webhost. No idea if that matters, but I better have said it.
ftp connection
ftp connection
asked Jan 8 at 18:43
Rien KlapwijkRien Klapwijk
82
82
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
- Contact your webhost and get their help to fix the issue, which appears to be on their side.
- Split the file into smaller pieces and reassemble. There are Linux commands such as split and multiplatform tools such as HJ-Split.
- Use another transfer method such as SSH using puTTY or WinSCP.
1
Thanks! The splitting worked. Also i found another solution myself. I use FileZilla for my ftp-connection. When i was halfway the upload, I manually aborted it. If you start the upload again it will say the file already exists. It gives you a few options. One of them is to resume the upload.
– Rien Klapwijk
Jan 9 at 19:28
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391982%2fhow-to-fix-an-aborted-ftp-connection%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
- Contact your webhost and get their help to fix the issue, which appears to be on their side.
- Split the file into smaller pieces and reassemble. There are Linux commands such as split and multiplatform tools such as HJ-Split.
- Use another transfer method such as SSH using puTTY or WinSCP.
1
Thanks! The splitting worked. Also i found another solution myself. I use FileZilla for my ftp-connection. When i was halfway the upload, I manually aborted it. If you start the upload again it will say the file already exists. It gives you a few options. One of them is to resume the upload.
– Rien Klapwijk
Jan 9 at 19:28
add a comment |
- Contact your webhost and get their help to fix the issue, which appears to be on their side.
- Split the file into smaller pieces and reassemble. There are Linux commands such as split and multiplatform tools such as HJ-Split.
- Use another transfer method such as SSH using puTTY or WinSCP.
1
Thanks! The splitting worked. Also i found another solution myself. I use FileZilla for my ftp-connection. When i was halfway the upload, I manually aborted it. If you start the upload again it will say the file already exists. It gives you a few options. One of them is to resume the upload.
– Rien Klapwijk
Jan 9 at 19:28
add a comment |
- Contact your webhost and get their help to fix the issue, which appears to be on their side.
- Split the file into smaller pieces and reassemble. There are Linux commands such as split and multiplatform tools such as HJ-Split.
- Use another transfer method such as SSH using puTTY or WinSCP.
- Contact your webhost and get their help to fix the issue, which appears to be on their side.
- Split the file into smaller pieces and reassemble. There are Linux commands such as split and multiplatform tools such as HJ-Split.
- Use another transfer method such as SSH using puTTY or WinSCP.
answered Jan 8 at 19:04
DrMoishe PippikDrMoishe Pippik
10.1k21432
10.1k21432
1
Thanks! The splitting worked. Also i found another solution myself. I use FileZilla for my ftp-connection. When i was halfway the upload, I manually aborted it. If you start the upload again it will say the file already exists. It gives you a few options. One of them is to resume the upload.
– Rien Klapwijk
Jan 9 at 19:28
add a comment |
1
Thanks! The splitting worked. Also i found another solution myself. I use FileZilla for my ftp-connection. When i was halfway the upload, I manually aborted it. If you start the upload again it will say the file already exists. It gives you a few options. One of them is to resume the upload.
– Rien Klapwijk
Jan 9 at 19:28
1
1
Thanks! The splitting worked. Also i found another solution myself. I use FileZilla for my ftp-connection. When i was halfway the upload, I manually aborted it. If you start the upload again it will say the file already exists. It gives you a few options. One of them is to resume the upload.
– Rien Klapwijk
Jan 9 at 19:28
Thanks! The splitting worked. Also i found another solution myself. I use FileZilla for my ftp-connection. When i was halfway the upload, I manually aborted it. If you start the upload again it will say the file already exists. It gives you a few options. One of them is to resume the upload.
– Rien Klapwijk
Jan 9 at 19:28
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391982%2fhow-to-fix-an-aborted-ftp-connection%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown