-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fteCreateTransfer dd parameter does not handle folders as destiantion and does not support wildcards #22
Comments
I am wondering if this is anything to do with how the Shell is interperting the "" slashes when running the fteCreateTransfer and how the interpreted parameters are being sent to the command. Does using "/" for destination path work? Generally Windows handles both "" and "/" equally. You can also try out by adding double quotes around destination path. |
It will be helpful if we can get any logs for Case 1 and Case 2. And also the following case -(i.e with -df option) /data/bin/fteCreateTransfer -p ... -t binary -sa ... -sm ... -da ... -dm ... //cc @bhargav-gaddam |
Hello @gsriniv,
|
Hello @ShashikanthRaoT ,
cc: @nickwe3
We are using an MQ MFT Bridge Agent version 9.1.0.9 on a Windows machine and we currently plan to use your dev code to deploy the Bridge Agent version 9.4.1.0 on Openshift. We have modified the
ProtocolBridgeCustomCredentialExit.java
exit to handle Key auth without passphrase or password only. A this point, all is OK.But when we test our fteCreateTransfer we encounter these errors with destination directory (-dd paramter) and wilcard support:
Case 1: File to file transfer is OK
Case 2: If we do not specify the destination file with -dd parameters we have this error (only the folder as destination):
see also the / after the destination path:
E:\mqft\output\tmp\/
Case 3: If we try to use a wildcard at source, it fails also:
The text was updated successfully, but these errors were encountered: