Using TScSFTPClient to download file everything appears to be working correctly (no errors reported) but the downloaded file is always 0 bytes. I'm not using the OnCreateLocalFile event because I'm assuming default attributes.
Any help would be appreciated
SFTP Download File is empty
Re: SFTP Download File is empty
Please check whether the file data is read out from the server. For this, use an OnData event handler, this event should be called once at least when reading data from the remote file.
Re: SFTP Download File is empty
yes no matter what file I try it is at EOF. Also, I added the OnCreateLocalFile event but it is still the same issue. By the way if I download the files outside of SecureBridge using another tool there is no issue. thanks
Re: SFTP Download File is empty
never mind...I found the error, wrong delimiter in file path. Also had a problem with ftperror event so wasn't trapped
Re: SFTP Download File is empty
Feel free to contact us if you have any further questions about SecureBridge.