i have a client who's receiving permission denied error whenever he tried to transfer files to us. He's using SFTP and installed public keys.
2. Questions:
1. If the client needs to install public keys from us, which of Core FTP does he need to install it.
2. See the logs below: Gotta mask a few inforamtion
Looking up host "209.xx.xx.1"
Connecting to 209.xx.xx. port 22
Server version: SSH-2.0-1.37c sshlib: T9999H06_20Mar2013_comForte_SSH2_0093a
Using SSH protocol version 2
Version: SSH-2.0-PuTTY_Local:_Mar_24_2015_06:43:46
Diffie-Hellman group exchange
Diffie-Hellman key exchange SHA-1
ssh-dss 1024 f7:02:f1:5e:74:bb:3f:07:e2:31:13:bc:85e0:c8
AES-256 CBC client->server
HMAC-SHA1 client->server
AES-256 CBC server->client
HMAC-SHA1 server->client
Reading private key file "E:\Source\CoreFTP\Keys\USWKEY.rtf"
Unable to use this key file (not a private key)
Sent password
Access granted
Opened channel for session
Started a shell/command
PWD
Current directory is '/'
Keep alive off...
Transferred 59 bytes in 1.703 seconds
CWD /FIC
Transferred 338 bytes in 1.313 seconds
STOR /FIC/Test file 5
test file 5 - 260 bytes transferred in 4 seconds
permission denied...
STOR /FIC/test file 6
test file 6 - 260 bytes transferred in 3 seconds
permission denied...
STOR /FIC/test file 7
tst file 7 - 260 bytes transferred in 3 seconds
permission denied...
We can sort of see the files are getting transferred, but the file itself is not appearing on our side.