Search Results

Search: Posts Made By: sph90457
13,054
Posted By hicksd8
This whole operation would be much easier if you...
This whole operation would be much easier if you could do it from the ftp server itself. Do you have sysadmin rights on the ftp server?
Can you 'put' the files from there instead of 'get' the files?...
13,054
Posted By jim mcnamara
One way to do this. # Assume the filenames live...
One way to do this.
# Assume the filenames live in a file called "infile"

echo "USER username password
cd /remote/path/to/files
`for f in cat infile; do
echo get $f
echo delete $f
...
Showing results 1 to 2 of 2

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