| View previous topic :: View next topic |
| Author |
Message |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Fri Jan 10, 2003 1:54 pm Post subject: ftp question |
|
|
Hi,
i am wanting to ftp files to a web server and i thought of using vdsinet.dll...the procedure seems easy enough and straightforward...however, how do i know that a file has been successfully transfered or that the transfer has been completed?
thanks in advance,
Serge
ps i need to set up my program with a button to initiate the ftp transfer and a popup to tell me that the transfer is complete ie. no lists... _________________
|
|
| Back to top |
|
 |
Tsunami1988 Contributor


Joined: 15 Aug 2002 Posts: 70 Location: The Netherlands
|
Posted: Fri Jan 10, 2003 2:03 pm Post subject: Re: ftp question |
|
|
| Serge wrote: | Hi,
i am wanting to ftp files to a web server and i thought of using vdsinet.dll...the procedure seems easy enough and straightforward...however, how do i know that a file has been successfully transfered or that the transfer has been completed?
thanks in advance,
Serge |
Ok, I don't know how to use the vdsinet.dll, because I don't use it
With the vdsipp.dll, you get an event (called FTP<ftp client>ONPUTFILEDONE) when a file is uploaded to the server. |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Fri Jan 10, 2003 2:09 pm Post subject: |
|
|
thanks for that Tsunami1988 - i will investigate vdsipp.dll
Serge _________________
|
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Fri Jan 10, 2003 4:06 pm Post subject: |
|
|
| The vdsinet.dll uses something that is simulair to vdsipp.dll. In steed of FTP<ftp client>ONPUTFILEDONE, vdsinet will wait until the file is completly uploaded... And to see if it is succesfully transfered you can use the @NET(FTP, DIRENTRY) function... |
|
| Back to top |
|
 |
arcray Valued Contributor


Joined: 13 Jul 2001 Posts: 242 Location: Aude, France
|
Posted: Fri Jan 10, 2003 4:13 pm Post subject: |
|
|
I must agree with Tsunami1988
VDSIPP is the one to go for!
Andy _________________ Andrew GRAY
If you don't know I am looking for work, I won't get the job.
andrewrcgray.com |
|
| Back to top |
|
 |
MarkTrubo Contributor


Joined: 27 May 2001 Posts: 148 Location: Long Island, NY
|
Posted: Fri Jan 10, 2003 4:14 pm Post subject: |
|
|
| I agree -- I tried both and agree! |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Fri Jan 10, 2003 4:23 pm Post subject: |
|
|
| The only downside of vdsipp is that if you stop your program (with the STOP button, or because of a bug), you have the chance that VDS will crash.... |
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Fri Jan 10, 2003 6:35 pm Post subject: |
|
|
| Even I have to agree, at least for HTTP, FTP, POP3 etc.... VDSIPP is open source too. |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Fri Jan 10, 2003 11:25 pm Post subject: |
|
|
thanks for that guys
Serge _________________
|
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Tue Jan 14, 2003 8:31 am Post subject: |
|
|
an update - i've been able to do what i've wanted to do with vdsipp.dll - thanks for suggesting it
i'd like to offer a big public thank you to all those who have written dlls for vds for us to use free of charge, dlls that have seriously extended the capabilities and functionality of vds, dlls without which vds would have been diminished in its power
Serge _________________
|
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Tue Jan 14, 2003 3:26 pm Post subject: |
|
|
| Amen, Serge! |
|
| Back to top |
|
 |
|