从linux移动文件到FTP

问题描述:





我想将文件从linux移动到FTP。

问题是文件名。

让我们考虑文件名是abc.txt ..处理后它将变为xxxxx_abc.txt-2012-05-30-1625



事情是我想借助其原始文件名选择处理过的文件,并使用FTP-> put将其放入FTP中。



帮我选择处理过的文件名通过在linux目录中使用其原始文件名。

EX:使用abc.txt我想找到已处理的文件名xxxxx_abc.txt-2012-05-30-1625

Hi,

I want to move a file from a linux to FTP.
Problem is the filename.
let us consider filename is abc.txt .. After processing it will become as xxxxx_abc.txt-2012-05-30-1625

The thing is i want to pick the processed file with help of its orginal filename and to put it in FTP using FTP->put.

Help me to select the processed file name by using its orginal file name in a linux Directory.
EX: using abc.txt i want to find the processed filename xxxxx_abc.txt-2012-05-30-1625

ftp> mput abc.txt-2012 *

ftp> mput ????? _ abc.txt - *
ftp> mput abc.txt-2012*
ftp> mput ?????_abc.txt-*