LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-07-2021, 07:05 AM   #1
wmk7032
LQ Newbie
 
Registered: Jan 2021
Posts: 18

Rep: Reputation: Disabled
How to reduce "451 Transfer aborted errors" or avoid the errors on rclone?


I'm doing ftp copy(mirroring) with rclone.
I'm used to commanding as below:

Code:
rclone copy remote:/ /local/ --progress
but, The following error must be occured.

" Failed to copy: 451 Transfer aborted. Broken pipe"

It seems to automatically try 3 times at once command.
Some files succeed, but some finally fail.

How to reduce "451 Transfer aborted errors" or avoid the errors on rclone?

Last edited by wmk7032; 02-07-2021 at 07:24 AM.
 
Old 02-08-2021, 06:47 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,381

Rep: Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336
I would try with wget using the -c (=continue) option and see if it's better.
 
Old 02-08-2021, 07:20 AM   #3
wmk7032
LQ Newbie
 
Registered: Jan 2021
Posts: 18

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
I would try with wget using the -c (=continue) option and see if it's better.
Do you mean I would use wget?
 
Old 02-08-2021, 10:53 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,381

Rep: Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336
I can't put it much clearer, but YES I suggested you to try wget instead of rclone.

Last edited by business_kid; 02-08-2021 at 11:14 AM.
 
Old 02-09-2021, 06:23 AM   #5
wmk7032
LQ Newbie
 
Registered: Jan 2021
Posts: 18

Original Poster
Rep: Reputation: Disabled
Ok.

I will try wget.
Could you tell me the command of wget for ftp mirror?

Last edited by wmk7032; 02-09-2021 at 06:24 AM.
 
Old 02-09-2021, 09:33 AM   #6
TorC
Member
 
Registered: Dec 2020
Location: as far S and E as I want to go in the U.S.
Distribution: Fossapup64
Posts: 224

Rep: Reputation: 78
One has to figure out some things for oneself, newbie!
wget
 
Old 02-10-2021, 02:39 AM   #7
wmk7032
LQ Newbie
 
Registered: Jan 2021
Posts: 18

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TorC View Post
One has to figure out some things for oneself, newbie!
wget
I know already that.
Please let me know the example command for mirror.
 
Old 02-10-2021, 05:14 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,381

Rep: Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336Reputation: 2336
Quote:
Originally Posted by wmk7032 View Post
I know already that.
Please let me know the example command for mirror.
You need to spend time reading 'man wget'

The default behaviour of wget --mirror' is to mirror the website, instead of some sub-directory and you may not want that. There is also some config file ~/.wgetrc.

As you're on the learning curve with linux, there's some learning to do. Be prepared to learn; the best way to do that is by reading, not asking.
 
Old 02-10-2021, 08:40 AM   #9
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555
Quote:
Originally Posted by business_kid View Post
You need to spend time reading 'man wget'
Or, if preferred, there's HTML and PDF versions at https://www.gnu.org/software/wget/manual - which can be easier to read and search.

Quote:
Be prepared to learn; the best way to do that is by reading, not asking.
The best way to learn varies between different people, and whilst trivial questions are better answered by reading (or watching videos), this is a forum for asking questions.


wmk7032: When asking any question, it's important to identify what has been tried and where you're stuck.

The wget manual should have suitable examples - if there's something you don't understand, reference the part(s) you're looking at and say which bits aren't making sense, and it'll be easier to help.

You should generally read (at least) the "overview" and "invoking" manual sections of any software you hope to use, to ensure it'll work for the task you want and to get a minimal understanding of the tool.

 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
adaptations for rclone install on 14.2 64-bit tfrei Slackware 10 11-05-2016 10:04 PM
rclone & cloud backup under Slackware rkelsen Slackware 4 09-16-2016 12:46 PM
Getting a "Deferred: 451 4.3.5 Server configuration error" while running mailx threezerous Linux - Newbie 0 01-30-2011 09:27 AM
Sendmail: "451 Temporary local problem - please try later" error figaro666 Linux - Server 1 07-30-2008 06:01 PM
Help With Java Problem Please"""""""""""" suemcholan Linux - Newbie 1 04-02-2008 06:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration