Home
Product Feature Tour
  Beyond FTP
  Beyond Encryption
Features and Benefits
  Beyond FTP Server
  Beyond FTP Client
  Beyond Encryption
  Subscription Service
Product Screen Shots
  Beyond FTP
  Beyond Encryption
Lines of Business
  Government
  Education
  Banking
  Insurance
  Healthcare
Download
  Beyond FTP
  Beyond Encryption
  Current Release
Purchase
Support
Forums
Download White Papers
  Beyond FTP System Overview
  HIPAA Security
News
Customer Success Stories
  RewardsPlus of America
Upgrade Encryption
Give us Feedback
Register your Product
Search this Site
Company Profile
Contact Us
Awards
   

Su Doku Helper by Automated Programming Technologies, Inc.


FREE APT SuDoku Helper


Download the free APT SuDoku Helper to help solve SuDoku's or verify your solved SuDoku is correct.

What is a SuDoku?

   

Beyond FTP Feature Tour

Beyond FTP Script Editor - Wildcard_File Command

Back to Feature TourBack to Feature Tour Back

Wildcard files are text files. They are structured like .ini files, with sections and parameters. The section name is enclosed in square brackets “[ ]” and parameters simply follow the section. An equal sign separates a parameter from its value.


[Date values]
Yesterday=05/10/2000
Today=05/11/2000
Tomorrow=05/12/2000

The file may contain any number of sections. Wildcard values are retrieved using the Substitution Wildcard.

Example:

:Wildcard_File: c:\bftp\script.ini
 


The %[ wildcard reads a value from the wildcard file and places it into the script. Like all wildcard actions, this takes place at run-time when the script line is processed.
Wildcard files are structured like .ini files, with sections and parameters. The <section name> is enclosed in square brackets “[]” and <parameter>s simply follow the section. Variable names may be used for both the <section name> and <parameter>. This allows you to dynamically control the values being retrieved. The entire construct is replaced with the parameter value, if any. For example, if the file contained the following:

[Date values]
Yesterday=05/10/2000

and the wildcard was specified as follows:

:From: c:\test\File-%[Date values,Yesterday].txt
:To: c:\temp\Thename.txt

the resulting transfer would copy the file c:\test\file-05/10/2000.txt.

Back to Feature TourBack to Feature Tour Back

 

Sales:
Sales Toll free: 800-877-8765
International Sales: +01 810-225-0588
Send mail to with questions or comments about this web site.
Copyright © 1999-2007 Automated Programming Technologies, Inc.
Last modified: October 23, 2007