Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ftp
Message
 
 
To
26/11/2001 10:18:52
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Re: Ftp
Miscellaneous
Thread ID:
00585731
Message ID:
00587723
Views:
32
:~)

My FTP works fine as in the following
IF nERRCNT > 0
   WAIT WINDOW "ACKNOWLEDGE: AN ERROR OCCURED WRITING TO SPROVIDER.TXT!"
ELSE                   			&& No Errors
   IF !EMPTY(cSPECIALFTP)
      ! FTP -s:&cSPECIALFTP
   ELSE
      IF lPROD
         ! FTP -s:bbb     			&& Script created for prod directory
      ELSE
         IF UPPER(TESTorPROD)= "TEST" .OR. UPPER(TESTorPROD)= "FTPT"
            ! FTP -s:bbT  			&& Script created for test directory
         ENDIF
      ENDIF
   ENDIF
ENDIF
Edgar L. Bolton, B.S. B.B.A.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform