WebDAV Client DLL (C#) for PowerBuilder

YuSeok Kim
CODE AUTHOR
Posts: 2
 2 days 21 hours ago #651 by YuSeok Kim
YuSeok Kim created the code: WebDAV Client DLL (C#) for PowerBuilder

Hi everyone,

I have created a WebDAV Client DLL for PowerBuilder using .NET Framework 4.8.

This DLL can be easily imported using the .NET DLL Importer in the PB 2019 R3 IDE, or it can be used via COM/OLE for older versions of PowerBuilder.

Since WebDAV is an HTTP/HTTPS-based Distributed Authoring and Versioning protocol, it serves as a great alternative to standard FTP/FTPS (popular clients like WinSCP also support this protocol).

By utilizing GitHub's Public Repository features, we can automatically update dependencies and easily manage DLL releases.

I hope this helps anyone who needs to replace legacy FTP, or anyone who wants to use WebDAV storage to securely upload and download files from network servers.

 

Attached File: The PB-WebDAV-1.0.2.zip includes the full C# source code, PowerBuilder sample PBL, and exported sources based on Release 1.0.2 status.

 

Repository Link: The repository contains compiled DLLs and is automatically updated to reflect the latest dependencies.
https://github.com/yuseok-kim-edushare/PB-WebDAV

 

This message has an attachment file.
Please log in or register to see it.

Please Log in or Create an account to join the conversation.

YuSeok Kim
CODE AUTHOR
Posts: 2
 11 hours 34 minutes ago #652 by YuSeok Kim
YuSeok Kim replied the code: WebDAV Client DLL (C#) for PowerBuilder

To Reflect MS 25-06 Update in .NET

automatic updated release on published

only diff is packagereference version number update

<PackageReference Include="System.IO.Pipelines" Version="10.0.7" />
->
<PackageReference Include="System.IO.Pipelines" Version="10.0.8" />

Release 1.0.3 · yuseok-kim-edushare/PB-WebDAV

Please Log in or Create an account to join the conversation.