Hi,
My ini config is the following:
[test]
verbose=9
source_host=linuxhost.fsp.ch
source_dir=/tmp
source_protocol=sftp
source_ssh_auth_method=password
source_user=linuxuser
source_password=linuxpassword
target_host=winhost.fsp.ch
target_dir=\winhost.fsp.ch\share
target_protocol=local
target_pre_transfer_commands=net use \winhost.fsp.ch\share password
operation=copy
remove_files=false
force_files=false
linuxuser has access to source and target folder.
Target folder is configured on a filesystem with 1m of space.
Source folder contains 2 pdf files (first file size is 1m and second file size is 10m).
When the jade command is run with this configuration the following happens:
In this scenario the command should finish with a return code not equal to 0.
Command should stop after first failure as the filesystem is not likely to have more space for the second file.
Regards,
Romain Joachim
Hi,
can you post the log-file?
yes.
btw: the "force_files" option is set to false here as in the previous issues. Thats why the CC is zero.
regards
soskb
Hi,
I will post the log file on monday.
I thought force_files=false meant do not raise an error if no files are found for transfer.
What you say is that force_files=false means if there are no files or there are some files that match file_spec on source and they fail to transfer on target no error is raised ?
Is that correct ?
Regards,
Romain Joachim
Hi,
I've reported it in http://www.sos-berlin.com/jira/browse/SOSFTP-207
The fix is in progress
Regards,
Oliver
http://www.sos-berlin.com/jira/browse/SOSFTP-207