|
Search:
Advanced search
|
Browse by category:
|
|
Articles
|
|||||
|
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...
|
|||||
|
|||||
|
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 ...
|
|||||
|
|||||
|
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",...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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 =...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||







