Security ActiveX
Crypt
SSH
SFTP
SSHServer
SSHTunnel
SSHpackage
SFTPdll

Security .NET
SSH.NET
SFTP.NET
FtpDLX.NET
WebServer.NET

General Protocols
AppUpdate
HttpDLX
FtpDLX
TelnetDLX
FTPServer
WebServer
VPN
XMPP

Mail
MailServer
Mailbox
ImapServer
SmtpServer
Pop3Server
Smtp
Pop3

Free
Beep
DHCPServer
ShellMenu

Knowledge base

WeOnlyDo Knowledge Base / wodSFTP / wodSFTP.NET / wodSFTPdll
Search:     Advanced search
Browse by category:



Articles
  Showing: 11-20 of 23    ««  »»
 
document Events and Blocking Property problems (Component busy error).
When you use Events and Blocking = False (default value for ) you cannot execute methods line by line. Component  didn\'t menage to execute...
rating 15 Feb, 2011 Views: 2711
document How to generate and save private and public key in wodSFTP with wodKeys component?
Here is example how to generate and save PrivateKey and PublicKey using wodKeys component:Dim key As KeysSet key = New Keyskey.Generate RSAkey ...
Not rated 08 Feb, 2009 Views: 1574
document How to connect to server with private key in wodSFTP?
Here is example how to connect to server with PrivateKey:Set sftp1 = New wodSFTPComSet key = New Keyskey.Load "c:\RSAprivate.txt",...
Not rated 08 Feb, 2009 Views: 1892
document How to connect to server with private key in wodSFTP.NET?
Here is example how to connect to server with PrivateKey:  sftp = New WeOnlyDo.Client.SFTP key = New...
Not rated 08 Feb, 2009 Views: 2427
document How to generate and save private and public key in wodSFTP.NET with wodKeyManager.NET component?
Here is example how to generate and save PrivateKey and PublicKey using wodKeyManager.NET component:        key =...
Not rated 08 Feb, 2009 Views: 1732
document How to import wodSFTP COM object in Delphi 2005, Delphi 2006 and Delphi 2007?
Here is guide how to import wodSFTP COM object (DLL) in Delphi 2005, Delphi 2006 and Delphi 2007: 1. Create File \ New \ Package.2. Go to...
rating 08 Feb, 2009 Views: 2604
document Method not found: 'Void WeOnlyDo.Client.SFTP.set_LicenseKey(System.String) '. What should i do?
Most probably you still use DEMO version of the product.Please remove reference to wodSFTP.NET from your project, close VS.Delete bin and obj...
Not rated 08 Feb, 2009 Views: 6808
document How to load private key from string?
Loading private key from string allows you to keep the key in your application, rather than external file.Here is example:Dim key As KeysDim KeyData...
rating 08 Feb, 2009 Views: 2122
document I understand that wodSFTP uses port 22. Is this the only port that wodSFTP transmit and receives?
If you're asking if secondary connection is used and on what port, answer is yes (uses only one port). SFTP protocol does not require secondary...
Not rated 08 Feb, 2009 Views: 1112
document I use GetFile(localFilePath, "myfile.data") to download file, and I get error that file does not exist, but I am 100% sure it exists?
You should *always* use absolute paths with wodSFTP, not relative. So, specifying 'myfile.data' is wrong. Correct would be to set...
Not rated 08 Feb, 2009 Views: 1272
 
Copyright © 2001-2013 WeOnlyDo All Rights Reserved
Privacy statement     |     Terms of use     |     Refund policy