Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ftp
Message
 
 
À
26/11/2001 10:18:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Re: Ftp
Divers
Thread ID:
00585731
Message ID:
00587723
Vues:
33
:~)

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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform