Problem with SCM share
Hi, I have hit a problem with scm share, when I use the following command the files within the directory do not appear in the stream.
scm share -r https://jazz111:9443/jazz -v ImportBSF "Application Enablement" 3270Emulation
All other shared directories are fine. The only difference with this directory is that it starts with a numeral. Are you aware of any problems in this area? What docs do you need to help diagnosis?
Regards,
Ian Hodges.
scm share -r https://jazz111:9443/jazz -v ImportBSF "Application Enablement" 3270Emulation
All other shared directories are fine. The only difference with this directory is that it starts with a numeral. Are you aware of any problems in this area? What docs do you need to help diagnosis?
Regards,
Ian Hodges.
One answer
Could you supply some more information about the problem? When I do the same thing, it behaves as expected:
Share:
Then list the remote files:
Edit: Ignore the 'lscm' in the file listing command line. That's a 2.0.0.1 feature. You can replace it with 'scm' and get the same behaviour.
e
Share:
$ scm share -r l -v ImportBSF "ImportBSF Default Component" 3270Emulation
Share root /home/echughes/tmp/testing/workspaces/share_test. Directories to share:
/home/echughes/tmp/testing/workspaces/share_test/3270Emulation
Uploading files...
Shared successfully
Then list the remote files:
$ lscm ls rf ImportBSF "ImportBSF Default Component" -r l
/
/3270Emulation/
/3270Emulation/foo.txt
e