I would like to make a script which for each file of the directory, put the name of the file in a variable and then get variable. I can not use mget * because I will only need newer files and I have to know the name of the file. I wish you can help me. Thanks a lot. Jose.
for each file of the directory
{
1.- $1 = name of the file
2.- get $1
}
for each file of the directory
{
1.- $1 = name of the file
2.- get $1
}