Search Results

Search: Posts Made By: voorhees1979
5,623
Posted By voorhees1979
another way around the switches is the same as...
another way around the switches is the same as files with spaces in the names.

rm -r 'name'
24,237
Posted By voorhees1979
Fixed Thanks :) #!/bin/bash cd...
Fixed

Thanks :)

#!/bin/bash
cd /home/voorhees/scripts
lftp -p 21 -u anon,anon site/amiga <<EOF
ls -lat | tee amiga.txt
QUIT
EOF
leafpad /home/voorhees/scripts/amiga.txt
rm...
24,237
Posted By voorhees1979
Hi Many Thanks for the reply. Seems lftp...
Hi

Many Thanks for the reply. Seems lftp does not like -i

lftp: invalid option -- 'i'

It doesnt have to be lftp. its just the program I grew fond off. As it is it logs the contents from my...
24,237
Posted By voorhees1979
SOLVED FTP script to login and list files to log file
Hi Guys

I did a forum search for "ftp scripts" Looked at 8 pages and didnt see anything that would help. Most seem to be logging into a ftp server and transfering files.

What I need to do is...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy