I am trying to use SFTP to connect to Linux server running an SFTP server. I am able to do single downloads correctly but when I attempt to do a multi file download I am seeing an extra \ appended to the end of the remote directory.
For example I will specify
Remote Path
/data/www/builds/fm/server/8006/
Remote Mask
*.*
What I see in the log is
/data/www/builds/fm/server/8006/\*.*
I need to download all off the files in a directory including sub folders and because of the extra slash I can not
ok I have tested the sftp multifile download and it is working great, now my problem is that I have another build that was created to address a differnt issue, is there anyway way to get a composite build to resolve both problems. here is the thread