Re: [Synalist] RE : RE : RE : RE : SFTP - error 10091

2012-02-22 Thread lists
Hi

I am using cryptlib.pas (cl-3.4.1.zip) and synapse svn with the sftp code

and I get following same errors on linux and window compile with freepascal 
2.6.0 using -Mdelphi compile option (suppose to be delphi 7+ compatible ??)

simplesftp.pas(429,40) Hint: Conversion between ordinals and pointers is not 
portable
simplesftp.pas(429,33) Hint: Conversion between ordinals and pointers is not 
portable
simplesftp.pas(430,10) Hint: Conversion between ordinals and pointers is not 
portable
simplesftp.pas(430,3) Hint: Conversion between ordinals and pointers is not 
portable
simplesftp.pas(429,40) Warning: Converting pointers to signed integers may 
result in wrong comparison results  nd range errors, use an unsigned type 
instead.
simplesftp.pas(430,10) Warning: Converting pointers to signed integers may 
result in wrong comparison results  nd range errors, use an unsigned type 
instead.
simplesftp.pas(445,5) Note: Local variable "CurDWORD" not used
simplesftp.pas(470,24) Error: Illegal qualifier
simplesftp.pas(476,15) Error: Identifier not found "CopyMemory"
simplesftp.pas(478,15) Error: Identifier not found "CopyMemory"
simplesftp.pas(480,18) Error: Identifier not found "CopyMemory"
simplesftp.pas(491,13) Error: Identifier not found "CopyMemory"
simplesftp.pas(632,21) Error: Identifier not found "CreateFile"
simplesftp.pas(632,50) Error: Identifier not found "GENERIC_READ"
simplesftp.pas(632,66) Error: Identifier not found "FILE_SHARE_READ"
simplesftp.pas(632,83) Error: Identifier not found "FILE_SHARE_WRITE"
simplesftp.pas(632,101) Error: Identifier not found "OPEN_EXISTING"
simplesftp.pas(634,36) Error: Identifier not found "INVALID_HANDLE_VALUE"
simplesftp.pas(635,19) Error: Identifier not found "Windows"
simplesftp.pas(640,16) Error: Identifier not found "CloseHandle"
simplesftp.pas(653,21) Error: Identifier not found "CreateFile"
simplesftp.pas(653,51) Error: Identifier not found "GENERIC_WRITE"
simplesftp.pas(653,67) Error: Identifier not found "FILE_SHARE_READ"
simplesftp.pas(653,84) Error: Identifier not found "FILE_SHARE_WRITE"
simplesftp.pas(653,102) Error: Identifier not found "OPEN_EXISTING"
simplesftp.pas(655,36) Error: Identifier not found "INVALID_HANDLE_VALUE"
simplesftp.pas(656,19) Error: Identifier not found "Windows"
simplesftp.pas(658,16) Error: Identifier not found "CloseHandle"
simplesftp.pas(709,13) Error: Identifier not found "CopyMemory"

You guys are lucky you got runtime errors 

li...@enztec.net

On Wed, 22 Feb 2012 16:07:40 +0100
"Ludo Brands"  wrote:

> > 
> > I have tried this combination too, but this same error
> > 
> 
> Just tried sftp demo with D2006, cl332 and synapse svn. It connects
> correctly but then raises an out of memory exception in Receive packet in
> TSimpleSFTP.Init which is well after the SSH authentication.
> 
> I get also the 10091 error when I mistype the username or password but it
> gives a nice "Server reported: Invalid password" after 5-10 seconds.
> 
> I don't have D2010 so perhaps somebody else can help.
> 
> Ludo
> 
> 
> --
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing 
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> ___
> synalist-public mailing list
> synalist-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synalist-public

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public


[Synalist] RE : RE : RE : RE : SFTP - error 10091

2012-02-22 Thread Ludo Brands
> 
> I have tried this combination too, but this same error
> 

Just tried sftp demo with D2006, cl332 and synapse svn. It connects
correctly but then raises an out of memory exception in Receive packet in
TSimpleSFTP.Init which is well after the SSH authentication.

I get also the 10091 error when I mistype the username or password but it
gives a nice "Server reported: Invalid password" after 5-10 seconds.

I don't have D2010 so perhaps somebody else can help.

Ludo


--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public