Quantcast
Channel: Chilkat Forum - latest questions
Viewing all articles
Browse latest Browse all 1061

SFTP CreateDir Unicode String(VC++)

$
0
0

CkSFtpW sftp;

//-- Connect sftp server ....

// Create a new directory:

success = sftp.CreateDir(L"家");

if (success != true) {

strOut.appendU(sftp.lastErrorText());

strOut.appendU(L"\r\n");

SetDlgItemText(IDC_EDIT1,strOut.getUnicode());

return;

}

ChilkatLog:

CreateDir:

DllDate: Dec 27 2016

ChilkatVersion: 9.5.0.65

UnlockPrefix: Anything for 30-day trial

Architecture: Little Endian; 32-bit

Language: Visual C++ 9.0 (32-bit)

VerboseLogging: 0

SshVersion: SSH-2.0-WeOnlyDo-wodFTPD 3.3.0.424

SftpVersion: 3

createDir:

  path: 家

  StatusResponseFromServer:

    Request: FXP_MKDIR

    InformationReceivedFromServer:

      StatusCode: 5

      StatusMessage: Bad message

    --InformationReceivedFromServer

  --StatusResponseFromServer

--createDir

Is it impossible to create a directory with Unicode string?


Viewing all articles
Browse latest Browse all 1061

Trending Articles