Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
This issue should be fixed; see SOSFTP-183.
The test was incomplete. It doesn't work when parameter operation=send is used. If you start Jade as CLI with the profile:
[send_passive] operation = send protocol=ftp host=myHost port=21 user=myUser password=myPassword passive_mode=true local_dir=/tmp/test/jade/source remote_dir=/tmp/test/jade/target ...
then the passive mode parameter has no effect. Active mode is used.
The above profile is an older version to configure a transfer from local to a ftp server.
Please use the following profile instead:
[send_passive] operation = copy target_protocol=ftp target_host=myHost target_port=21 target_user=myUser target_password=myPassword target_passive_mode=true target_dir=/tmp/test/jade/target source_protocol=local source_host=localhost source_dir=/tmp/test/jade/source ...
See also http://www.sos-berlin.com/doc/en/jade/JADE%20Parameter%20Reference.pdf for further parameters.