234 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
1
answer
30
views
Why does downloading CAMS data sometimesis is slow? [closed]
I have an operational workflow that downloads daily CAMS data (on Rocky Linux).
Normally, the job has been completed within 2.5–3 hours.
However, on some days every month, the download is extremely ...
0
votes
0
answers
44
views
lftp hanging on Fedora 41
I'm running the following command to upload packages to Sourceforge:
lftp -u "$SF_SFTP_USER","$SF_SFTP_PASS" sftp://frs.sourceforge.net <<EOF
set sftp:auto-confirm ...
2
votes
1
answer
1k
views
ftp [vsftpd] gives me "500 OOPS: child died" under alpine
I have setup ftp within a fresh alpine container, and installed lftp client to test ftp with it, but it seems doesn't working giving me the following error: [500 OOPS: child died]
my setup and ...
-2
votes
1
answer
102
views
lftp error (550 The volume is too fragmented to complete this operation)
I wrote a bash script to backup my server every day and then lftp the file to another server.
I get the following error every few days on some of my servers.
This error did not occur on the first file ...
0
votes
0
answers
264
views
LFTP to mirror and exclude
I'm using LFTP in a script called by PHP, to sync files between my local drive and my webspace using reverse mirror. This works:
lftp sftp://user:pass@host-p 22 -e 'set sftp:connect-program "ssh -...
0
votes
1
answer
580
views
Can't mirror files via lftp in github actions
I am currently working on a GitHub Action to upload changed files onto a server via sftp.
For this I have set up a shell script in a docker container. Everything up until the upload works, it connects ...
1
vote
1
answer
692
views
How to unbuffer and capture output of LFTP EOF command?
I have the following command to mirror some files with LFTP:
unbuffer lftp $PROTOCOL://$URL -u ${USER},${PASS} << EOF > ${LOGSTDOUT}
set dns:fatal-timeout never
set sftp:auto-confirm yes
set ...
0
votes
1
answer
407
views
Get list of files from https and save as txt file
I want to get list of directories from https for aria2c.
Since, as I know, unlikely to wget, there is no recurrent option in aria2c, I going to use the txt file as mentioned here
So I need the list of ...
0
votes
0
answers
288
views
LFTP syncing files between remote ftp and local gitlab repo
Whenever I try to get lftp to download files from my remote ftp server to my local gitlab repo I run the pipeline and everything works ok. I even get Removing file then Transferring file. in debug ...
0
votes
1
answer
317
views
Show welcome banner vsftpd with client lftp
I'm configuring vsftpd with vsftpd.conf and I activate the line 106 that say "ftpd_banner=message".
later I try to connect to this server with a lftp client with anonymous user and don't ...
0
votes
3
answers
1k
views
Using regular expression in lftp to ignore some strings from file name
Get specific file with name like abc_yyyymmdd_hhmmss.csv from directory using mget.
Example files in a folder:
abc_20221202_145911.csv
abc_20221202_145921.csv
abc_20221202_145941.csv
...
1
vote
0
answers
669
views
Problem with lftp command at 0 [Connecting...]
i have problem `ls' at 0 [Connecting...] when lftp -e "set ftp:ssl-allow false;set ftp:use-mlsd on;debug" -u user,pass host . but there are no problems from another host
1
vote
0
answers
137
views
lftp problem to upload files in runner gitlab-ci,yml
this message return on upload file:
$ lftp -c "debug; set ftp:ssl-force true; set ssl:verify-certificate false; open -u $FTP_HOST_DEPLOY_USERNAME,$FTP_HOST_DEPLOY_PASSWORD $FTP_HOST_DEPLOY; ...
-1
votes
1
answer
795
views
Bash script deletes files older than N days using lftp - but does not remove recursive directories and files
I have finally got this script working and it logs on to my remote FTP and removes files in a folder that are older than N days. I cannot however get it to remove recursive directories also. What can ...
0
votes
1
answer
336
views
How to count file difference between local directory and remote directory using lftp?
I am creating a script where I want to upload files from local directory to remote directory but based on some condition I am calculating the files count and upload the files.
So I need file ...
Jayesh's user avatar
- 3,951