finding things in unix
Kenneth Brody
kenbrody at spamcop.net
Fri Apr 23 07:40:47 PDT 2010
On 4/23/2010 8:48 AM, ROBERT PULLIAM wrote:
> Several months ago I wrote a program that would ftp> a file to a windows machine in our office. It is on a menu in the unix filepro system and when I select that number the following appears on the screen. ftp>. At this point we type
> $ uploadtest and the program runs and transfers the file to the Windows machine. For the life of me I can"t remember
> (must be age) the program name or how to find $ uploadtest. Is there a way to search unix for the word "uploadtest" to find where this is and what the instruction is named.
[...]
Within ftp, "$ uploadtest" means "execute the macro named 'uploadtest'".
It's not a program that you can find.
Check the filePro menu which you use to run this, and see if it is being
passed any commands to execute which would define the "uploadtest" macro.
And check your man pages to see if ftp on your system uses some .rc-type
file on startup.
--
Kenneth Brody
More information about the Filepro-list
mailing list