Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FTP via DOS BAT
Message
 
 
To
16/07/2003 00:06:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00810533
Message ID:
00810541
Views:
10
I've Try it and IT Works...
But if you want more refrences you could see the www.experts-exchange.com

Hope it;s works and help you..

-----------
File *.bat
------------------
@echo off
echo open [IPADDRESS-FTP]>>script.txt
echo [username]>>script.txt
echo [password]>>script.txt
echo cd HO>>script.txt
echo pwd>>script.txt
echo binary>>script.txt
echo hash>>script.txt
echo ls>>script.txt
echo bye>>script.txt

ftp -s:script.txt


GOTO EXIT


:EXIT

----------------------------

That's very simple transfer...

thx
The More We give, the more we earn
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform