#4505 closed defect (duplicate)
Opening two connections might overwrite files on both servers
Reported by: | i-am-will@… | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 3.6 |
Component: | ftp | Version: | 3.4.2 |
Severity: | critical | Keywords: | |
Cc: | Architecture: | PPC | |
Platform: | Mac OS X 10.6 |
Description
- Open connection A
- Edit file index.html on server A
- Open connection B
- Edit file index.html on server A (make sure it's in the same directory structure).
Saving file index.html will now save it on both server A and B. Wow... lost loads of data on server A there!
Change History (1)
comment:1 Changed on Jul 22, 2010 at 4:41:13 PM by dkocher
- Architecture set to PPC
- Milestone set to 3.6
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Duplicate for #4989.