Hi, when I using the Components, I got an error message about FTP upload function as attached.
Can anyone tell me how can I solve this problem ?
Thanks
Hong
Hi, when I using the Components, I got an error message about FTP upload function as attached.
Can anyone tell me how can I solve this problem ?
Thanks
Hong
Hi.
From what I see, in Download button, there is the following code:
wf_SetStatusIndicators(false)
wf_DownloadFile(tab_details.tab_download.sle_filepath.Text, is_selectedFileName)
The second argument (is_selectedFileName) has a value only when you first execute an upload. When you first execute the download, it should be empty. Don't know if this is the only issue, but I would first try to give a valid value to that variable when pressing the download button. But this may not be the only issue.
Andreas.
Hi Jiahong,
I think there is a bug in the demo, I can also get it to crash by attempting an upload. However, if I first download a file and then try uploading, the error doesn't occur. Please try to do the same and let me know if that works around the issue.
Regards,
Francisco
Hi.
What exactly are you doing? Are you trying to use FtpClientWrapper from a powerbuilder application? I'm asking that because the point you receive the error is the point where the assembly tries to call back a pb application. If you are calling it from pb application, is it the demo application provided by appeon, or one you created?
Andreas.