Download wodwebserver
Author: e | 2025-04-23
Home Development Active X wodWebServer Download. wodWebServer. Janu WodWebServer X64. Download: WodWeb-SE will be extended in June 2025 to support SSL encryption. wodWebServer License: wodWebServer License: No license restrictions.
Download wodWebServer Free Trial - wodWebServer
Display, meta, iptc, xmp, psd, tiff, picture, photograph, exif, zoom, upload View Details Download wodAppUpdate 1.5.7 download by WeOnlyDo Software ... finds on the server of your choice (HTTP, HTTPS or FTP) and then determines if local files need to be replaced or not. Works with any development tool capable of ... type: Shareware ($99.00) categories: Web Automatic Update Component, Component, DLL, ActiveX, OCX, Update, Download, automatic update, com, control, object View Details Download wodWebServer 1.6.5 download by WeOnlyDo Software ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve ... it's delivered automaticaly. Features include: - support for HTTP and HTTPS protocols - complete information on connected ... type: Shareware ($229.00) categories: Server, ActiveX, WEB, HTTP, HTTPS, dll, ocx, control, object, com, Component View Details Download wodHttpDLX 1.9.1 download by WeOnlyDo Software General information WeOnlyDo Software's wodHttpDLX is a HTTP client ActiveX control that provides easy, both high and low level access to the complete HTTP protocol. It's primary purpose is to retrieve documents ... type: Shareware ($179.00) categories: wodHttpDLX, HTTP, client ActiveX, OCX, DLL, control, security, encryption, HTTPS, SSL, com, component, object View Details Download Software ... Support Get PDF information, PDF Width and Height, Total PDF Page, PDF Author, PDF Title, PDF Subject, PDF Keyword, PDF Version Number,PDF Modify Date and Creation Date. Export the image ... type: Shareware ($150.00) categories: image thumbnail activex, PDF image thumbnail sdk, image viewer, image clip, gif, jpg, bmp, tif, psd, sdk, BMP, GIF, ICO, JPEG, J2K, JP2, JPC, J2C, PCX, PNG, PSD, TIF, WMF, WBMP, TGA, PGX, RAS, PNM View Details Download wodWebServer 1.6.5 download by WeOnlyDo Software ... - get their originating IP address, originating port, total connected time... - Choose either Automatic content delivery (sit back and enjoy) or manual - in which case you define virtually ... type: Shareware ($229.00) categories: Server, ActiveX, WEB, HTTP, HTTPS, dll, ocx, control, object, com, Component View Details Download wodFTPServer 3.3.9 download by WeOnlyDo Software ... - get their originating IP address, originating port, total connected time... custom initial messages sent to the client - you can hide WeOnlyDo! origin completelly easy interface - almost to ... type: Shareware ($239.00) categories: weonlydo, FTP, SFTP, FTPS, Server, ActiveX, Security, Protocol, General, FTP/S SSL, file transfer, component, dll, ocx, com, control, object, upload, download View Details Download VISCOM Video BroadCast ActiveX SDK 3.63 download by Viscom Software ... with different video format. Return current broadcasting position, total duration of video files. It have client connected , disconnected event , include the client IP address information. Video Broadcast Player ... View Details DownloadwodWebServer Vista download - wodWebServer ActiveX
Dark: dark header version e.g. ================ --> Home Sample code Download-files-with-specific-filename-extension-using-SFTP-protocol - WeOnlyDo Software example codeAllwodCrypt (12)wodSSH (10)wodSFTP (23)wodSSHServer (1)wodSSHTunnel (11)wodSSHpackagewodSFTPdllwodSSH.NET (10)wodSFTP.NET (24)wodFtpDLX.NET (22)wodWebServer.NET (10)wodAppUpdate (13)wodHttpDLX (8)wodFtpDLX (22)wodTelnetDLXwodFTPServer (3)wodWebServer (10)wodVPNwodXMPP (13)All ** [Visual Basic] ** [C#] ** [VB.NET] ** Download files with specific filename extension using SFTP protocolVB codeDim WithEvents wodSFTP1 As wodSFTPComPrivate Sub Form_Load() Set wodSFTP1 = New wodSFTPCom 'Authenticate with server using hostname, login, password. wodSFTP1.HostName = "your_hostname" wodSFTP1.Login = "your_login" wodSFTP1.Password = "your_password" wodSFTP1.ConnectEnd Sub'Connected Event is triggered after connection with server is established.Private Sub wodSFTP1_Connected(ByVal ErrorCode As Integer, ByVal ErrorText As String) If ErrorCode = 0 Then 'GetFiles Method is used to download complete directory structure of some folder on server to local disk. 'In combination with LoopItem Event we can download only specific filenames. wodSFTP1.GetFiles "c:\somelocalfolder", "/home/somefolder", 0 Else 'Receive connection error here. If there were any. MsgBox "Connected Error: " & ErrorText End IfEnd Sub'GetFiles Method trigger LoopItem Event.'LoopItem Event fires before files download process.'Inside this Event we can specify which files we want to download.Private Sub wodSFTP1_LoopItem(LocalFile As String, RemoteFile As String, ByVal ItemType As wodSFTPCOMLib.DirItemTypes, Skip As Boolean) If ItemType = typeDirectory Then Skip = False Else 'Check remote files for desire extension. If Right$(RemoteFile, 4) = ".txt" Then Skip = False Else Skip = True End If End IfEnd SubVB.NET codeDim WithEvents wodSFTP1 As WeOnlyDo.Client.SFTPPrivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load wodSFTP1 = New WeOnlyDo.Client.SFTP 'Authenticate with server using hostname, login, password. wodSFTP1.Hostname = "your_hostname" wodSFTP1.Login = "your_login" wodSFTP1.Password = "your_password" wodSFTP1.Connect()End Sub'Connected Event is triggered after connection with server is established.Private Sub wodSFTP1_ConnectedEvent(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.SFTP.ConnectedArgs) Handles wodSFTP1.ConnectedEvent If (Args.Error Is Nothing) Then 'GetFiles Method is used to download complete directory structure of some folder on server to local disk. 'In combination with LoopItem Event we can download only specific filenames. wodSFTP1.GetFiles("c:\somelocalfolder", "/home/somefolder", 0) Else 'Receive connection error here. If there were any. MsgBox("Connected Error: " + Args.Error.Message) End IfEnd Sub'GetFiles Method trigger LoopItem Event.'LoopItem Event fires before files download process.'Inside this Event we can specify which files we want to download.Private Sub wodSFTP1_LoopItemEvent(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.SFTP.LoopArgs) Handles wodSFTP1.LoopItemEvent If Args.ItemType = WeOnlyDo.Client.SFTP.DirItemTypes.Directory Then Args.Skip = False Else 'Check remote files for desire extension. If Args.RemoteFile.EndsWith(".txt") Then Args.Skip = False Else Args.Skip = True End If End IfEnd SubC# codeWeOnlyDo.Client.SFTP wodSFTP1;private void Form1_Load(object sender, EventArgs e){ wodSFTP1. Home Development Active X wodWebServer Download. wodWebServer. Janu WodWebServer X64. Download: WodWeb-SE will be extended in June 2025 to support SSL encryption. wodWebServer License: wodWebServer License: No license restrictions.wodWebServer Vista download - wodWebServer ActiveX component
Dark: dark header version e.g. ================ --> Home Sample code Downloading-multiple-files-using-the-FTP-FTPS-SFTP-protocol - WeOnlyDo Software example codeAllwodCrypt (12)wodSSH (10)wodSFTP (23)wodSSHServer (1)wodSSHTunnel (11)wodSSHpackagewodSFTPdllwodSSH.NET (10)wodSFTP.NET (24)wodFtpDLX.NET (22)wodWebServer.NET (10)wodAppUpdate (13)wodHttpDLX (8)wodFtpDLX (22)wodTelnetDLXwodFTPServer (3)wodWebServer (10)wodVPNwodXMPP (13)All ** [Visual Basic] ** [C#] ** [VB.NET] ** Download multiple files using the FTP, SFTP or FTPS protocolSet Protocol property to change the protocol in below codeVB codeDim WithEvents wodFtpDLX1 As wodFtpDLXComPrivate Sub Form_Load() Set wodFtpDLX1 = New wodFtpDLXCom wodFtpDLX1.HostName = "xx" wodFtpDLX1.Login = "xx" wodFtpDLX1.Password = "xx" wodFtpDLX1.ConnectEnd Sub'Once connected, the Connected event will fire and you should initiate the download using the GetFiles methdod from there. 'Make sure you always use full paths when specifying local and remote paths, such as /home/joe/folder/files. So, a simple call like this:Private Sub wodFtpDLX1_Connected(ByVal ErrorCode As Long, ByVal ErrorText As String If ErrorCode = 0 Then wodFtpDLX1.GetFiles "d:", "/home/xx" End IfEnd Sub'will download all files from the remote folder /home/xx . During the download, before each file is downloaded,'the LoopItem event will be fired allowing you to skip file downloads if needed.'This allows you to filter out any files you're not interested in from remote folderPrivate Sub wodFtpDLX1_LoopItem(LocalFile As String, RemoteFile As String, ByVal ItemType As wodFtpDLXComLib.DirItemTypes, Skip As Boolean)' we download only .txt files If InStr(1, RemoteFile, ".txt", vbTextCompare) Then Skip = True End IfEnd Sub'when wodFtpDLX is finished, it will fire the Done event and you can disconnect from the server. Private Sub wodFtpDLX1_Done(ByVal ErrorCode As Long, ByVal ErrorText As String) wodFtpDLX1.DisconnectEnd SubVB.NET codePublic Class Form1Dim WithEvents wodFtpDLX1 As WeOnlyDo.Client.FtpDLXPrivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load wodFtpDLX1 = New WeOnlyDo.Client.FtpDLX wodFtpDLX1.Hostname = "xx" wodFtpDLX1.Login = "xx" wodFtpDLX1.Password = "xx" wodFtpDLX1.Connect()End Sub'Once connected, the Connected event will fire and you should initiate the download using the GetFiles methdod from there. 'Make sure you always use full paths when specifying local and remote paths, such as /home/joe/folder/files. So, a simple call like this:Private Sub wodFtpDLX1_ConnectedEvent(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.FtpConnectedArgs) Handles wodFtpDLX1.ConnectedEvent wodFtpDLX1.GetFiles("d:", "/home/xx", 0)End Sub'will download all files from the remote folder /home/xx . During the download, before each file is downloaded,'the LoopItem event will be fired allowing you to skip file downloads if needed.'This allows you to filter out any files you're not interested in from remote folderPrivate Sub wodFtpDLX1_DoneEvent(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.FtpDoneArgs) Handles wodFtpDLX1.DoneEvent wodFtpDLX1.Disconnect()End Sub'when wodFtpDLX is finished, it will fire the Done event and you can disconnect from the server. Private Sub wodFtpDLX1_LoopItemEvent(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.FtpLoopArgs) Handles wodFtpDLX1.LoopItemEvent If Not Args.RemoteFile.EndsWith(".txt") Then Args.Skip = True End IfEnd SubEnd ClassC# codeWeOnlyDo.Client.FtpDLX wodFtpDLX1;private void Form1_Load(object sender, EventArgs e){ wodFtpDLX1 = new WeOnlyDo.Client.FtpDLX(); wodFtpDLX1.ConnectedEvent += new WeOnlyDo.Client.FtpDLX.ConnectedDelegate(wodFtpDLX1_ConnectedEvent); wodFtpDLX1.DoneEvent += new WeOnlyDo.Client.FtpDLX.DoneDelegate(wodFtpDLX1_DoneEvent); wodFtpDLX1.LoopItemEvent += new Dark: dark header version e.g. ================ --> Home Sample code Simple-File-Download - WeOnlyDo Software example codeAllwodCrypt (12)wodSSH (10)wodSFTP (23)wodSSHServer (1)wodSSHTunnel (11)wodSSHpackagewodSFTPdllwodSSH.NET (10)wodSFTP.NET (24)wodFtpDLX.NET (22)wodWebServer.NET (10)wodAppUpdate (13)wodHttpDLX (8)wodFtpDLX (22)wodTelnetDLXwodFTPServer (3)wodWebServer (10)wodVPNwodXMPP (13)All ** [Visual Basic] ** [C#] ** [VB.NET] ** Simple File DownloadVB codeDim wodFtpDLX As wodFtpDLXComPrivate Sub Form_Load() Set wodFtpDLX = New wodFtpDLXCom wodFtpDLX.HostName = "xx" wodFtpDLX.Login = "xx" wodFtpDLX.Password = "xx" wodFtpDLX.Blocking = True ' It's time to connect to server. All we now need to do is call Connect method. wodFtpDLX.Connect ' If no exception was thrown, we are connected to server, and it's safe to begin download. wodFtpDLX.GetFile "C:", "/home/remote_filename" ' We're done. Disconnect from server. wodFtpDLX.DisconnectEnd SubC# codeprivate WeOnlyDo.Client.FtpDLX wodFtpDLX;private void Form1_Load(object sender, EventArgs e){ wodFtpDLX = new WeOnlyDo.Client.FtpDLX(); wodFtpDLX.Hostname = "xx"; wodFtpDLX.Login = "xx"; wodFtpDLX.Password = "xx"; wodFtpDLX.Blocking = true; // It's time to connect to server. All we now need to do is call Connect method. wodFtpDLX.Connect(); // If no exception was thrown, we are connected to server, and it's safe to begin download. wodFtpDLX.GetFile("C:\", "/home/remote_filename"); // We're done. Disconnect from server. wodFtpDLX.Disconnect();}VB.NET codeDim wodFtpDLX As WeOnlyDo.Client.FtpDLXPrivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load wodFtpDLX = New WeOnlyDo.Client.FtpDLX() wodFtpDLX.Hostname = "xx" wodFtpDLX.Login = "xx" wodFtpDLX.Password = "xx" wodFtpDLX.Blocking = True ' It's time to connect to server. All we now need to do is call Connect method. wodFtpDLX.Connect() ' If no exception was thrown, we are connected to server, and it's safe to begin download. wodFtpDLX.GetFile("C:\", "/home/remote_filename") ' We're done. Disconnect from server. wodFtpDLX.Disconnect()End Sub ...I'm extremely impressed with the product, it represents excellent value for money...Danny HaworthAssetdisk You have been great as far as offering support is concerned and has been extremely responsive to both support requests and suggestions for product enhancements.David KeenanSerengeti Systems Incorporated Not only wodSFTPdll is excellent, the service you have provided is outstanding and second to none!Ian D. Mead, author of UltraEdit-32IDM Computer Solutions Congratulations on an excellent product and first rate support!Sander PoolRhapsody Networks Thanks! We love your software and your great support! Sandy FlidermanPrimary Development Corporation ...not only that you provide these components at very reasonable cost, your responsiveness to emailed technical questions is simply outstanding...Michael ThomasClownRed Media Your component works really great. With minor effort I have been able to convert my delphi application...Gilles HacheCisco Systems Inc. I would highly recommend this to anyone who needs a good quality SFTP solution.Ian D. Mead, author of UltraEdit-32IDM Computer Solutions Thank you very much for the rapid responses. I was a little nervous about dealing with a company that is on a different continent from me. You have proven my concerns to be unfounded.Robert PachecoSurebridge, Inc. The SFTP ocx is one of the finest pieces of programming I have seen. It worked out of the box...Kenneth R. RobinetteInterSoft InternationalDownload wodWebServer 1.5.8
ActiveX / OCX control displays, resizes, edits and joins images. It supports JPG, GIF, BMP, PNG, PCX, PSD, TIFF and WBMP files and can convert between them. Images can be ... Shareware | $200.00 tags: ocx, activex, image, twain, scanner, control, graphic, jpeg, jpg, png, gif, bmp, bitmap, wbmp, edit, display, meta, iptc, xmp, psd, tiff, picture, photograph, exif, zoom, upload VISCOM 3D Carousel SDK ActiveX 3.0 Image Carousel Slider that allow display images with an unique original layout from 3D perspective with C#, VB.NET , VB6, Delphi, VFP, C , MS Access. Support Scroll and swipe functions ... Shareware | $150.00 wodWebServer 1.6.5 ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser ... Shareware | $229.00 tags: Server, ActiveX, WEB, HTTP, HTTPS, dll, ocx, control, object, com, Component Video Edit SDK ActiveX Control 4.0 join/merge a lot of video/audio files into avi or wmv files , even if these media files are of different file formats. Support enable or disable full screen mode when preview ... Shareware | $120.00 DVD Ripper SDK ActiveX 5.0 Rip home video DVD to rmvb, avi , wmv, psp, mpeg1, mpeg2, vcd, svcd, dvd, flv, 3gp. Rip home video DVD to H264 MP4 file. (need purchased MP4 encoder plugin) Rip ... Shareware | $430.00 VISCOM Video BroadCast ActiveX SDK 3.63 Streaming FLV, F4V, VOB, MPEG2, MOV, H.264, MP4, 3GP, MPEG1, DIVX, AVI, WMV, ASF video files in real time to client computers. It include Video Broadcast Encoder ActiveX and Video Broadcast ... Shareware | $499.00 VISCOM Video Capture Mobile ActiveX 6.02 Capture Video from capture card, tv tuner, dv cam, dvd player to FLV, iPod, PSP, AVI, WMV video. Rotate, invert video.wodWebServer 1.8.0 - Download, Screenshots
Dark: dark header version e.g. ================ --> Home Sample code Simple-SFTP-Server - WeOnlyDo Software example codeAllwodCrypt (12)wodSSH (10)wodSFTP (23)wodSSHServer (1)wodSSHTunnel (11)wodSSHpackagewodSFTPdllwodSSH.NET (10)wodSFTP.NET (24)wodFtpDLX.NET (22)wodWebServer.NET (10)wodAppUpdate (13)wodHttpDLX (8)wodFtpDLX (22)wodTelnetDLXwodFTPServer (3)wodWebServer (10)wodVPNwodXMPP (13)All ** [Visual Basic] ** [C#] ** [VB.NET] ** Simple SFTP ServerVB codePublic WithEvents FtpD As wodFTPDComPublic key As KeysPrivate Sub Form_Load() ' Initialize instance of wodFtpServer Set FtpD = New wodFTPDCom ' Initialize wodKeys object Set key = New KeysEnd SubPrivate Sub Command1_Click() ' Generate the needed key pair key.Generate RSAkey Set FtpD.Certificate = key ' Let's specify SFTP protocol FtpD.Protocol = SFTP ' If not specified otherwise, wodFtpServer will listen on default protocol port (22 for SFTP) FtpD.Port = 22 ' Start listening for connections. FtpD.StartEnd SubPrivate Sub Command2_Click() ' Let's stop the server FtpD.StopEnd SubPrivate Sub FtpD_LoginPassword(ByVal User As wodFTPDComLib.FtpUser, ByVal Login As String, ByVal Password As String, ByRef Action As wodFTPDComLib.FtpActions) ' Accept all users, and assign default directory Action = Allow User.HomeDir = "c:"End SubVB.Net codePublic WithEvents FtpD As wodFTPDComLib.wodFTPDComPublic key As wodKeys.KeysPrivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Initialize instance of wodFtpServer FtpD = New wodFTPDComLib.wodFTPDCom ' Initialize wodKeys object key = New wodKeys.KeysEnd SubPrivate Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ' Generate the needed key pair key.Generate(wodKeys.SSHKeyTypes.RSAkey) FtpD.Certificate = key ' Let's specify SFTP protocol FtpD.Protocol = wodFTPDComLib.ProtocolsEnum.SFTP ' If not specified otherwise, wodFtpServer will listen on default protocol port (22 for SFTP) FtpD.Port = 22 ' Start listening for connections. FtpD.Start()End SubPrivate Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click 'Let's stop the server FtpD.Stop()End SubPrivate Sub FtpD_LoginPassword(ByVal User As wodFTPDComLib.FtpUser, ByVal Login As String, ByVal Password As String, ByRef Action As wodFTPDComLib.FtpActions) Handles FtpD.LoginPassword 'Accept all users, and assign default directory Action = wodFTPDComLib.FtpActions.Allow User.HomeDir = "c:"End SubC#. Home Development Active X wodWebServer Download. wodWebServer. Janu WodWebServer X64. Download: WodWeb-SE will be extended in June 2025 to support SSL encryption. wodWebServer License: wodWebServer License: No license restrictions.Download wodWebServer 1.6.3 - soft32download.com
Dark: dark header version e.g. ================ --> Home Sample code Simple-FTPS-Server - WeOnlyDo Software example codeAllwodCrypt (12)wodSSH (10)wodSFTP (23)wodSSHServer (1)wodSSHTunnel (11)wodSSHpackagewodSFTPdllwodSSH.NET (10)wodSFTP.NET (24)wodFtpDLX.NET (22)wodWebServer.NET (10)wodAppUpdate (13)wodHttpDLX (8)wodFtpDLX (22)wodTelnetDLXwodFTPServer (3)wodWebServer (10)wodVPNwodXMPP (13)All ** [Visual Basic] ** [C#] ** [VB.NET] ** Simple FTPS ServerVB codePublic WithEvents FtpD As wodFTPDComPublic cert As CertificatePrivate Sub Form_Load() ' Initialize instance of wodFtpServer Set FtpD = New wodFTPDCom ' Initialize wodCertificate object Set cert = New CertificateEnd SubPrivate Sub Command1_Click() ' Generate the needed Certificate and Private key cert.GenerateKey RSAKey cert.CommonName = "your.host.com" cert.Country = "US" cert.Email = "me@host.com" cert.FriendlyName = "my cert" cert.Locality = "US" cert.Organization = "My org" cert.State = "US" cert.ValidTo = Now + 365 '1 year cert.Generate 'RSAkey cert.Show ("This is your certificate") Set FtpD.Certificate = cert ' Let's specify FTPS protocol FtpD.Protocol = FTPS ' If not specified otherwise, wodFtpServer will listen on default protocol port (21 for FTPS) FtpD.Port = 21 ' Start listening for connections. FtpD.StartEnd SubPrivate Sub Command2_Click() ' Let's stop the server FtpD.StopEnd SubPrivate Sub FtpD_LoginPassword(ByVal User As wodFTPDComLib.FtpUser, ByVal Login As String, ByVal Password As String, ByRef Action As wodFTPDComLib.FtpActions) ' Accept all users, and assign default directory Action = Allow User.HomeDir = "c:"End SubVB.Net codePublic WithEvents FtpD As wodFTPDComLib.wodFTPDComPublic cert As WODCERTMNGLib.CertificatePrivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Initialize instance of wodFtpServer FtpD = New wodFTPDComLib.wodFTPDCom ' Initialize wodCertificate object cert = New WODCERTMNGLib.CertificateEnd SubPrivate Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ' Generate the needed Certificate and Private key cert.GenerateKey(0) cert.CommonName = "your.host.com" cert.Country = "US" cert.Email = "me@host.com" cert.FriendlyName = "my cert" cert.Locality = "US" cert.Organization = "My org" cert.State = "US" cert.ValidTo = Now.AddYears(1) '1 year cert.Generate() cert.Show("This is your certificate") FtpD.Certificate = cert ' Let's specify FTPS protocol FtpD.Protocol = wodFTPDComLib.ProtocolsEnum.FTPS ' If not specified otherwise, wodFtpServer will listen on default protocol port (21 for FTPS) FtpD.Port = 21 ' Start listening for connections. FtpD.Start()End SubPrivate Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click 'Let's stop the server FtpD.Stop()End SubPrivate Sub FtpD_LoginPassword(ByVal User As wodFTPDComLib.FtpUser, ByVal Login As String, ByVal Password As String, ByRef Action As wodFTPDComLib.FtpActions) Handles FtpD.LoginPassword 'Accept all users, and assign default directory Action = wodFTPDComLib.FtpActions.Allow User.HomeDir = "c:"End SubC# codeprivate wodFTPDComLib.wodFTPDCom FtpD;private WODCERTMNGLib.Certificate cert;private void button1_Click(object sender, EventArgs e){ // Generate the needed Certificate and Private key cert.GenerateKey(0); cert.CommonName = "your.host.com"; cert.Country = "US"; cert.Email = "me@host.com"; cert.FriendlyName = "my cert"; cert.Locality = "US"; cert.Organization = "My org"; cert.State = "US"; cert.ValidTo = DateTime.Now.AddYears(1); //1 year cert.Generate(); cert.Show("This is your certificate", this); FtpD.Certificate = cert; // Let's specify FTPS protocol FtpD.Protocol = wodFTPDComLib.ProtocolsEnum.FTPS; // If not specified otherwise, wodFtpServer will listen on default protocol portComments
Display, meta, iptc, xmp, psd, tiff, picture, photograph, exif, zoom, upload View Details Download wodAppUpdate 1.5.7 download by WeOnlyDo Software ... finds on the server of your choice (HTTP, HTTPS or FTP) and then determines if local files need to be replaced or not. Works with any development tool capable of ... type: Shareware ($99.00) categories: Web Automatic Update Component, Component, DLL, ActiveX, OCX, Update, Download, automatic update, com, control, object View Details Download wodWebServer 1.6.5 download by WeOnlyDo Software ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve ... it's delivered automaticaly. Features include: - support for HTTP and HTTPS protocols - complete information on connected ... type: Shareware ($229.00) categories: Server, ActiveX, WEB, HTTP, HTTPS, dll, ocx, control, object, com, Component View Details Download wodHttpDLX 1.9.1 download by WeOnlyDo Software General information WeOnlyDo Software's wodHttpDLX is a HTTP client ActiveX control that provides easy, both high and low level access to the complete HTTP protocol. It's primary purpose is to retrieve documents ... type: Shareware ($179.00) categories: wodHttpDLX, HTTP, client ActiveX, OCX, DLL, control, security, encryption, HTTPS, SSL, com, component, object View Details Download
2025-03-26Software ... Support Get PDF information, PDF Width and Height, Total PDF Page, PDF Author, PDF Title, PDF Subject, PDF Keyword, PDF Version Number,PDF Modify Date and Creation Date. Export the image ... type: Shareware ($150.00) categories: image thumbnail activex, PDF image thumbnail sdk, image viewer, image clip, gif, jpg, bmp, tif, psd, sdk, BMP, GIF, ICO, JPEG, J2K, JP2, JPC, J2C, PCX, PNG, PSD, TIF, WMF, WBMP, TGA, PGX, RAS, PNM View Details Download wodWebServer 1.6.5 download by WeOnlyDo Software ... - get their originating IP address, originating port, total connected time... - Choose either Automatic content delivery (sit back and enjoy) or manual - in which case you define virtually ... type: Shareware ($229.00) categories: Server, ActiveX, WEB, HTTP, HTTPS, dll, ocx, control, object, com, Component View Details Download wodFTPServer 3.3.9 download by WeOnlyDo Software ... - get their originating IP address, originating port, total connected time... custom initial messages sent to the client - you can hide WeOnlyDo! origin completelly easy interface - almost to ... type: Shareware ($239.00) categories: weonlydo, FTP, SFTP, FTPS, Server, ActiveX, Security, Protocol, General, FTP/S SSL, file transfer, component, dll, ocx, com, control, object, upload, download View Details Download VISCOM Video BroadCast ActiveX SDK 3.63 download by Viscom Software ... with different video format. Return current broadcasting position, total duration of video files. It have client connected , disconnected event , include the client IP address information. Video Broadcast Player ... View Details Download
2025-04-06Dark: dark header version e.g. ================ --> Home Sample code Download-files-with-specific-filename-extension-using-SFTP-protocol - WeOnlyDo Software example codeAllwodCrypt (12)wodSSH (10)wodSFTP (23)wodSSHServer (1)wodSSHTunnel (11)wodSSHpackagewodSFTPdllwodSSH.NET (10)wodSFTP.NET (24)wodFtpDLX.NET (22)wodWebServer.NET (10)wodAppUpdate (13)wodHttpDLX (8)wodFtpDLX (22)wodTelnetDLXwodFTPServer (3)wodWebServer (10)wodVPNwodXMPP (13)All ** [Visual Basic] ** [C#] ** [VB.NET] ** Download files with specific filename extension using SFTP protocolVB codeDim WithEvents wodSFTP1 As wodSFTPComPrivate Sub Form_Load() Set wodSFTP1 = New wodSFTPCom 'Authenticate with server using hostname, login, password. wodSFTP1.HostName = "your_hostname" wodSFTP1.Login = "your_login" wodSFTP1.Password = "your_password" wodSFTP1.ConnectEnd Sub'Connected Event is triggered after connection with server is established.Private Sub wodSFTP1_Connected(ByVal ErrorCode As Integer, ByVal ErrorText As String) If ErrorCode = 0 Then 'GetFiles Method is used to download complete directory structure of some folder on server to local disk. 'In combination with LoopItem Event we can download only specific filenames. wodSFTP1.GetFiles "c:\somelocalfolder", "/home/somefolder", 0 Else 'Receive connection error here. If there were any. MsgBox "Connected Error: " & ErrorText End IfEnd Sub'GetFiles Method trigger LoopItem Event.'LoopItem Event fires before files download process.'Inside this Event we can specify which files we want to download.Private Sub wodSFTP1_LoopItem(LocalFile As String, RemoteFile As String, ByVal ItemType As wodSFTPCOMLib.DirItemTypes, Skip As Boolean) If ItemType = typeDirectory Then Skip = False Else 'Check remote files for desire extension. If Right$(RemoteFile, 4) = ".txt" Then Skip = False Else Skip = True End If End IfEnd SubVB.NET codeDim WithEvents wodSFTP1 As WeOnlyDo.Client.SFTPPrivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load wodSFTP1 = New WeOnlyDo.Client.SFTP 'Authenticate with server using hostname, login, password. wodSFTP1.Hostname = "your_hostname" wodSFTP1.Login = "your_login" wodSFTP1.Password = "your_password" wodSFTP1.Connect()End Sub'Connected Event is triggered after connection with server is established.Private Sub wodSFTP1_ConnectedEvent(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.SFTP.ConnectedArgs) Handles wodSFTP1.ConnectedEvent If (Args.Error Is Nothing) Then 'GetFiles Method is used to download complete directory structure of some folder on server to local disk. 'In combination with LoopItem Event we can download only specific filenames. wodSFTP1.GetFiles("c:\somelocalfolder", "/home/somefolder", 0) Else 'Receive connection error here. If there were any. MsgBox("Connected Error: " + Args.Error.Message) End IfEnd Sub'GetFiles Method trigger LoopItem Event.'LoopItem Event fires before files download process.'Inside this Event we can specify which files we want to download.Private Sub wodSFTP1_LoopItemEvent(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.SFTP.LoopArgs) Handles wodSFTP1.LoopItemEvent If Args.ItemType = WeOnlyDo.Client.SFTP.DirItemTypes.Directory Then Args.Skip = False Else 'Check remote files for desire extension. If Args.RemoteFile.EndsWith(".txt") Then Args.Skip = False Else Args.Skip = True End If End IfEnd SubC# codeWeOnlyDo.Client.SFTP wodSFTP1;private void Form1_Load(object sender, EventArgs e){ wodSFTP1
2025-04-11