Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ftp files...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00392037
Message ID:
00393280
Views:
15
Hi Mike,

Sorry, can not help you here, because I have not experience with wwIPStuff yet. We decided to use bat+ ftp files simplest approach. I already took a look into Robert Abram class and found it very simple in use. It works fine in my tests.

>Using wwIPStuff/FtpGetFileEx, I'm getting 'error #127 'API32:procedure not found'. Have searched the on West-Wind.com, but no solutions. Anyone can help...? What causes this error?
>
>
>> Ok, I'll start from the wwIPStuff. Looks very impressive from the site. Thanks.
>>
>>>>Hi everybody,
>>>>
>>>>I got an interesting assignment ysterday: write an Output Module. IOW, we can produce files in the format, what customer desires, now we need to deliver this file to customer. It code be done in bunch of ways: file could be transfered to them using ftp (the simplest case), e-mailed to them, delivered by regular mail on disketts or CD, etc.
>>>>
>>>> I'd like to start from ftp. My questions is: what the best way of doing ftp. It's not necessary should be within VFP, currently we run a simple bat file, like:
>>>>
>>>>rem Send file, then move ftp file to SentFtp subdirectory
>>>>ftp -s:ftp0713.ftp
>>>>move /Y ftp0713.ftp SentFtp\ftp0713.ftp
>>>>exit
>>>>
>>>>and ftp0713 would contain the necessary directives. Very simple. But I'd like to have better control of this process. How can I, for example, be sure, that files were actually sent?
>>>>
>>>>So, basically my question is: what would be the best program for ftp files non-interactively with giving us as much control as possible, e.g. suppose, it would send 20 files to 20 different places. File 1, 5 and 8 could not be sent for some reason. The program would not stop, would run other files, and then try to repeat process for these files. It gives us summary report (log file) at the end of the process...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform