Actions
Task #5457
closedTask #5447: Provide maintainable solution for hosting static web-apps + SFTP access for easy maintenance
Data transfer should support update
Status:
Closed
Priority:
Normal
Assignee:
Fabio Sinibaldi
Category:
Data Management
Target version:
Start date:
Oct 07, 2016
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Production
Description
The data transfer service should support the capability to update previously transferred files and directories.
Updated by Fabio Sinibaldi over 8 years ago
Current implementation supports these policies in case the file to transfer is already found in the specified path:
- throw error
- rewrite
- create numeric suffix eg: fileName(1), fileName(2)
- append
These policies can be applied distinctively to folders and files.
Is this enough?
Updated by Pasquale Pagano over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Yes, the policies you provide satisfy the request.
Actions