Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-2 votes
1 answer
30 views

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

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

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

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

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

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

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 ...
mwsmws22's user avatar
  • 137
0 votes
1 answer
407 views

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 ...
Jake's user avatar
  • 65
0 votes
0 answers
288 views

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 ...
Holy's user avatar
  • 37
0 votes
1 answer
317 views

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 ...
j3sc0's user avatar
  • 9
0 votes
3 answers
1k views

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

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

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

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 ...
user2503303's user avatar
0 votes
1 answer
336 views

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

15 30 50 per page
1
2 3 4 5
...
16

AltStyle によって変換されたページ (->オリジナル) /