Hi All:
The problem is that even though I received the following exception, my file is still sucessful upload.
Can any support tell me how to diable the ChMod function or any other way to avoid this exception ??
Any help will appreicate. :?
I have a questions regarding to SFTPException, the exception detail is the following:
****************************************************************************************************
EnterpriseDT.Net.Ftp.Ssh.SFTPException: SSHServerAPI.SFTP.fxp_attrs (code=8)
at ad.a(Int32 A_0)
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.ChMod(Int32 permissions, String path)
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.a(Stream A_0, String A_1, String A_2, Boolean A_3)
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.Put(String local, String remote, Boolean append)
at EnterpriseDT.Net.Ftp.FTPConnection.UploadFile(String localPath, String remoteFile, Boolean append)
at Service.FtpUpload()
****************************************************************************************************