| View previous topic :: View next topic |
| Author |
Message |
Jack Mason Guest
|
Posted: Fri Apr 28, 2006 5:03 am Post subject: Trying Synapse |
|
|
Since there were no takers on why our simple FTP program using Indy 9
and 10 did not work, we decided to try Synapse since it apparently was
highly recommended.
We haven't gotten the help file to work yet because it apparently has a
typo that needs to be fixed (docs spelled as dosc) in init.htm.
However, we trying running the simple FTP client demo and it does not
work adequately for accessing anything other than the local host.
We added the username and password, but the demo program would not fly.
Does anyone know of a sample FTP client using Synapse that does work
with a username and password?
In the meantime, we will try to fix the help file typo. |
|
| Back to top |
|
 |
Dean Hill Guest
|
Posted: Fri Apr 28, 2006 9:03 am Post subject: Re: Trying Synapse |
|
|
Jack Mason wrote:
| Quote: | We haven't gotten the help file to work yet because it apparently has
a typo that needs to be fixed (docs spelled as dosc) in init.htm.
However, we trying running the simple FTP client demo and it does not
work adequately for accessing anything other than the local host.
|
Don't use the Simple FTP. That is not the same as FTP, Use this
example as a starting point:
http://synapse.ararat.cz/files/contrib/ftpdemo.zip
Cheers
Dean |
|
| Back to top |
|
 |
Jack Mason Guest
|
Posted: Sat Apr 29, 2006 3:04 am Post subject: Re: Trying Synapse |
|
|
Thank you very much. We were a little concerned with what we say in the
simple FTP demo. |
|
| Back to top |
|
 |
Lukas Gebauer Guest
|
Posted: Sat Apr 29, 2006 12:03 pm Post subject: Re: Trying Synapse |
|
|
Jack Mason wrote:
| Quote: | Since there were no takers on why our simple FTP program using Indy 9
and 10 did not work, we decided to try Synapse since it apparently was
highly recommended.
We haven't gotten the help file to work yet because it apparently has a
typo that needs to be fixed (docs spelled as dosc) in init.htm. However,
we trying running the simple FTP client demo and it does not work
adequately for accessing anything other than the local host.
We added the username and password, but the demo program would not fly.
Does anyone know of a sample FTP client using Synapse that does work
with a username and password?
In the meantime, we will try to fix the help file typo.
|
Simple FTP demo? It is Synapse itself! See ftpsend.pas for function
FtpGetFile. |
|
| Back to top |
|
 |
Steve McGrath Guest
|
Posted: Sat Apr 29, 2006 2:03 pm Post subject: Re: Trying Synapse |
|
|
Lukas,
What is the minimum release of Synapse to support Delphi 2006? The final
release of Synapse (release 36) was 25-10-2005 and I'm wondering if
that's the version with support or do I have to use the snapshot version
(37b3),
Thanks,
Steve |
|
| Back to top |
|
 |
Lukas Gebauer Guest
|
Posted: Sat Apr 29, 2006 3:03 pm Post subject: Re: Trying Synapse |
|
|
Steve McGrath wrote:
| Quote: | What is the minimum release of Synapse to support Delphi 2006? The final
release of Synapse (release 36) was 25-10-2005 and I'm wondering if
that's the version with support or do I have to use the snapshot version
(37b3),
|
Synapse code is very compatible with various Delphi versions, you can
run in D2006 much older Synapse versions too. For support D2006 I
must not change any line in Synapse sources.
However best choice will be latest snapshot. 37b3 seems to be very
stable now. |
|
| Back to top |
|
 |
Steve McGrath Guest
|
Posted: Sat Apr 29, 2006 10:03 pm Post subject: Re: Trying Synapse |
|
|
Lukas Gebauer wrote:
| Quote: | Steve McGrath wrote:
What is the minimum release of Synapse to support Delphi 2006? The
final release of Synapse (release 36) was 25-10-2005 and I'm wondering
if that's the version with support or do I have to use the snapshot
version (37b3),
Synapse code is very compatible with various Delphi versions, you can
run in D2006 much older Synapse versions too. For support D2006 I
must not change any line in Synapse sources.
However best choice will be latest snapshot. 37b3 seems to be very
stable now.
|
Lukas,
Thanks for the info...I will use snapshot,
Steve |
|
| Back to top |
|
 |
Donald Shimoda Guest
|
Posted: Tue May 02, 2006 7:04 pm Post subject: Re: Trying Synapse |
|
|
Lukas Gebauer wrote:
| Quote: | Synapse code is very compatible with various Delphi versions, you can
run in D2006 much older Synapse versions too. For support D2006 I
must not change any line in Synapse sources.
|
Go Synapse! Go Lukas!
:)
--
Donal.d |
|
| Back to top |
|
 |
|