When you do use the various FTP commands I have found that you may want
to put them into a loop.  They sometimes don't run correctly for me so I
always have it loop until the FTP command returns "OK".  Here is an
example.
 
Success = "NO"
Do Until Success = "OK"
        Success = GetFTP(RemoteFiles, LocalFiles, FTPSite, Username,
Pasword, 21)
Loop
 
If I don't do this I have found that sometimes the GetFTP command
doesn't run successfully.
 
Thanks,
Davy
 
Davy Montgomery
Revenue Cycle System Analyst
Union Hospital Health Group
1606 N 7th St
Terre Haute, IN 47804
Phone: 812-238-7494
Fax: 812-238-7605
[EMAIL PROTECTED]

>>> "Thom C. Blackwell" <[EMAIL PROTECTED]> 4/3/2008 4:51 PM >>>

Greetings,
As best I know, the FTP command needs to know what you want to get
but*
 
Here*s an example that will do what you are asking on our script
library * and if you want to be fancier * like filtering based on file
info (name, extension, file date etc) this lets you do so as well.
 
http://www.bostonworkstation.com/customer_center/script_center/script_details.aspx?id=225&cat=17
 
Regards,
Thom
 

Thom C. Blackwell
Product Manager
Boston Software Systems
(866) 653-5105 ex 807
www.bossoft.com ( http://www.bossoft.com/ )
Sign up for my weekly webinar! (
http://www.bostonworkstation.com/customer_center/special_events.aspx
)
 
LEGAL NOTICE Unless expressly stated otherwise, this message is
confidential and may be privileged. It is intended for the addressee(s)
only. Access to this E-mail by anyone else is unauthorized. If you are
not an addressee, any disclosure or copying of the contents of this
E-mail or any action taken (or not taken) in reliance on it is
unauthorized and may be unlawful. If you are not an addressee, please
inform the sender immediately, then delete this message and empty from
your trash.

 

From:[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Koehler
Sent: Thursday, April 03, 2008 4:19 PM
To: [email protected] 
Subject: [Talk] FTP wildcards

 
Is it possible to use wildcards in BWS*s built in GetFTP function to
get all files in a directory on an FTP site?
 

Andrew Koehler
ehealthclaim.net
877-881-7484
 
The information in this email, including attachments, may be
confidential and/or privileged and may contain confidential health
information. This email is intended to be reviewed only by the
individual or organization named as addressee. If you have received this
email in error please notify ehealthclaim.net immediately, and destroy
all copies of this message and any attachments. Confidential health
information is protected by state and federal law, including, but not
limited to, the Health Insurance Portability and Accountability Act
(HIPAA) of 1996 and related regulations. 
 


CONFIDENTIALITY NOTICE: This email message, including attachments,
 is for the sole use of the intended recipient(s) and may contain
 confidential and privileged information. Any unauthorized review,
 use, disclosure or distribution is prohibited. If you are not the
 intended recipient, please contact the sender by reply email and
 destroy all copies of the original message.


Reply via email to