Modify

Ticket #736 (closed defect: fixed)

Opened 11 months ago

Last modified 5 months ago

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

ScpTask.patch Download (473 bytes) - added by lumbendil@… 11 months ago.

Change History

Changed 11 months ago by lumbendil@…

comment:1 Changed 11 months ago by mrook

  • Priority changed from tbd to major
  • Milestone changed from TBD to 2.4.7

comment:2 Changed 5 months ago by mrook

  • Status changed from new to closed
  • Resolution set to fixed

(In [1388]) Fixes #736 - translate windows paths into non-windows equivalents

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.