cost 309 ms
Promisify node-ftps command

Im a trying to promisify a node-ftps function in order to use async/await. I am referring to this github link which explains how it should be done. I ...

skip some subdirectories on lftp

i'm using lftp to download data. my command looks like lftp -u $ftpuser,$ftppass -p 21 $ftpserver -e "set ftp:ssl-allow on; set ssl:check-hostname n ...

2021-10-01 12:54:49   1   18    lftp  
how to store the values to a variable

I'm try to get the used storage for a ftp server through lftp. I want to get the value of 897146 from a sh script. This is what I got so far: B ...

2021-09-26 08:29:47   1   142    bash / lftp  
Converting lftp command to curl

I have a very old shell script running on a production machine i just got access to from my customer and my job is to convert it to a curl equivalent. ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM