You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello Everyone,
While copying the files from the BAMBOO server to a remote path, I am facing the problem.
Below mentioned is my configuration in SCP.
Source Path (Windows Server/Bamboo Server) : FolderA/FolderB/FolderC/**/*
Target Path: FolderDestination
My aim is to copy all the folders and files as is present within the Folder C.
The above pattern works fine when I have the below-mentioned structure.
FolderA/FolderB/FolderC/
=> SubFolderA/ <Followed Files>
=> SubFolderB/<Followed Files>
When the SCP task is executed it creates the above-mentioned structure as is within the
FolderDestination.
But, it fails to work, with the below-mentioned structure.
FolderA/FolderB/FolderC/
=> SubFolderA/ <Followed Files>
In this case, files that are present within the SubFolderA are directly copied to FolderDestination without any parent folder being created.
Please correct me if there is any pattern mistake in my Source Path.