Check status of lftp process

Status
Not open for further replies.

exhaler

Dabbler
Joined
Nov 17, 2017
Messages
12
Hello,

I'm using my freenas build to automatically get the downloads from my seedbox. I followed the steps outlined here https://github.com/CJBlake/feralhosting-freenas_lftp basically create a jail attach a storage to it, download the necessary packages inside the jail and run the lftp script to download the files using a cron job.

My question is how can I check the status of the lftp when its already running, I just need to see the progress and the speed. Bare in mind i'm a total noob when it comes to CLI :(

Thanks for the help
 

exhaler

Dabbler
Joined
Nov 17, 2017
Messages
12
i was able to see the process status using the "ps" command, but it doesn't show the percentage and speed.
1. log in to ssh (into freenas server)
2. jexec (the jail)
3. su (username)
4. ps
 
Status
Not open for further replies.
Top