Click here to Skip to main content
15,891,906 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 31-May-12 11:59am
v2

1 solution

ftp> mput abc.txt-2012*
ftp> mput ?????_abc.txt-*
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900