search for: ncftpput

Displaying 3 results from an estimated 3 matches for "ncftpput".

Did you mean: ncftpget
2010 Jan 26
5
Auto exit lftp on bash script
Hello again! I have this piece od code: ##################### #lftp will make the backup lftp -u user,password -e "mirror --reverse --delete --only-newer --verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE # end log file date >> $LOGFILE echo "Backup Completo!" >> $LOGFILE ##################### Everything is fine, but the bash scrip dosn't complete
2014 May 01
1
Terminal settings
...4 ???? ? ???? ? ????????? aclocal.m4.ncursesw ???? ? ???????? bin ???? ? ???? ? ???????? ncftp ???? ? ???? ? ???????? ncftpbatch ???? ? ???? ? ???????? ncftpbookmarks ???? ? ???? ? ???????? ncftpget ???? ? ???? ? ???????? ncftpls ???? ? ???? ? ???????? ncftpput ???? ? ???? ? ????????? ncftpspooler -> ncftpbatc Now, the way I fix that is by changing the LANG setting. By default it's set to 'en_US.UTF-8' right after a fresh install. If I change that to simply 'en_US', then I get the output I'm expecting: [16] 05:06:14 <...
2009 Sep 29
3
Script consumes memory
I have the following script that when executed, consumes memory and makes the system inaccessible. All process are halted. First, I don't understand what is wrong with the script Secondly, I'm surprised that Linux allows this to run unchecked to the detriment of the entire system. ---- SCRIPT ----- #!/bin/sh FTP="/usr/bin/ftp" # VMID="asystem.ourcompany.com"