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
What's different between upload and download? this bug in demo can be fixed?
You will need to edit the file [C# Solution/FtpClientWrapper/FtpClientWrapper.cs] and move line 150 before line 124 so that this line is before the call to the UploadFileInternal(...) method.
After doing this change, publish the FtpClientWrapper, and copy the resulting DLLs into the PB project's bin\ directory, replacing the previous files.
This is all that's needed to fix the issue, the fix will most likely be deployed with the next version of the Components Demo App