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:
00393540
Views:
15
Nick where is file#922. I'm looking file file transfer class. In my browser ie5.5 when I click on 922 it locks-up. and I've not been able find in files. I've searched for transer, 922, etc.

>You may also try file#9442 FTP Class for VFP 5.0+
>
>>Do it in VFP and use Rick Strahl's wwIPStuff class.
>>
>>>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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform