Modify ↓
Ticket #736 (closed defect: fixed)
Incompatibility when copying from Windows to Linux on ScpTask
| Reported by: | lumbendil@… | Owned by: | mrook |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4.9 |
| Component: | phing-tasks-ext | Version: | 2.4.5 |
| Keywords: | Cc: |
Description
When you copy files from a Windows Box to a Linux box with the ScpTask, it creates files and folders with the names:
subdir\subdir2\file
In the directory where you tell it to create copies. It should do the following:
subdir/subdir2/file
This way, it'd create all the folders (if using autocreate).
Attached a patch wich seems to fix the issue.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

