I updated yesterday the VCL UI Pack, hoping this would fix the problems I had with TWebUpdate component.
It looks like I still have the same problems i earlier had with the WebCopy-component.
Access violation in the routine "TWebUpdate.ConnectSocket"
Thank you.
This solved the access-violation, but I am having a hard time configuring the component to get it to work.
I get the message " WebUpdate_stratoStatus Cannot change FTP directory to :"
I tried many formats, none worked.
It also takes a very long time before I get the message "cannot change FTP directory to..." ( 20 sec )
In the attached image you see that i use the same settings as in the updateBuilder, and that the files are uploade correctly (FileZilla.)
some examples I tried :
WebUpdate_stratoStatus Cannot change FTP directory to : .cm4all/
WebUpdate_stratoStatus Cannot change FTP directory to : .cm4all
WebUpdate_stratoStatus Cannot change FTP directory to : /.cm4all/
WebUpdate_stratoStatus Cannot change FTP directory to : /.cm4all
It would help to know how did you configure the TWebUpdate component. We can connect to an SFTP server and update an application here locally without issues, so I'd expect the following to work:
Is this specific to Delphi2007 again or do you experience the issue on a newer version too?
Would it be possible to provide us a test account that we can use to investigate this further?
We'll do some investigation in this area. it's most likely related to Delphi2007 again.
On this forum? When clicking on the name of a user there should be a blue button that says Message. Alternatively go to your forum profile, change to the Messages tab and click the New Message button.
I found the problem :
The updatebuilder (still) generates unicode .INF - files, and Delphi 2007 cannot read these.
This was reported almost a year ago, and was on the to-do list, but apperantly it is not implemented in the latest upgradeBuilder ?
Or is the ANSI-version of the updateBuilder that also works with sFTP available somewhere ?