Re: Private Key with Passphrase (General questions)
I am sending my code snippet please see that and tell me if I have done anything wrong
Set SFTP1 = New wodSFTPCom
.
. ''Setting etc.
.
SFTP1.Connect
SFTP1.Blocking = True
SFTP1.PutFile d:B.txt , d:swanand
SFTP1.PutFile d:B.txt , d:swanandB.txt
SFTP1.PutFile d:B.txt , d:swanand
' None of the above work
' If on target machine there is a file named B.txt at location
' D:swanand then all of above work
SFTP1.Disconnect
Following is the error message I get
Run-time error '30018'
Server returned an error: No such file or directory
If you can revert early it will help me a lot
Complete thread:
- Private Key with Passphrase - Swanand, 2005-04-14, 12:40
- Re: Private Key with Passphrase - wodSupport, 2005-04-14, 14:56
- Re: Private Key with Passphrase - Swanand, 2005-04-19, 05:53
- Re: Private Key with Passphrase - Swanand, 2005-04-20, 05:53
- Re: Private Key with Passphrase - wodSupport, 2005-04-20, 08:10
- Re: Private Key with Passphrase - Swanand, 2005-04-20, 08:49
- Re: Private Key with Passphrase - wodSupport, 2005-04-20, 12:07
- Re: Private Key with Passphrase - wodSupport, 2005-04-20, 12:08
- Re: Private Key with Passphrase - Swanand, 2005-04-21, 05:29
- Re: Private Key with Passphrase - wodSupport, 2005-04-21, 07:56
- Re: Private Key with Passphrase - Swanand, 2005-04-21, 05:29
- Re: Private Key with Passphrase - wodSupport, 2005-04-20, 12:08
- Re: Private Key with Passphrase - wodSupport, 2005-04-20, 12:07
- Re: Private Key with Passphrase - Swanand, 2005-04-20, 08:49
- Re: Private Key with Passphrase - wodSupport, 2005-04-20, 08:10
- Re: Private Key with Passphrase - Swanand, 2005-04-20, 05:53
- Re: Private Key with Passphrase - Swanand, 2005-04-19, 05:53
- Re: Private Key with Passphrase - wodSupport, 2005-04-14, 14:56