Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form
Message
De
15/11/2008 09:38:29
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
15/11/2008 06:50:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Form
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01336500
Message ID:
01362074
Vues:
10
>HELP ME HELP ME HELP ME >>>>>>>
> HOW I CAN COPY FROM FTP IN COMMAND
> I write in command this
>
> COPY FILE \\ftp://192.168.0.1/login.dbf TO "c:\1"
>
> WHY SAY THIS FILE NOT FOUND AND I SURE THE FILE FOUND

Because it's a ftp address, and "copy file" command works with filesystem, not ftp protocol.

You can try

COPY FILE "\\192.168.0.1\ftpshare\login.dbf" TO "c:\1"

assuming there's a share on that machine named ftpshare. Also, 192.168.0.1 is usually the address of a router, not any machine with a disk.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform