Bug 156650

Summary: remote files cannot be imported into a class diagram
Product: [Applications] umbrello Reporter: el bolo <el_bolo>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: ralf.habacker
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 2.0.0

Description el bolo 2008-01-25 16:13:17 UTC
Version:           1.5.8 (using KDE 3.5.8)
Installed from:    Debian testing/unstable Packages
OS:                Linux

I tried to import a remote file into a class diagram (using the fish:// protocol) but umbrello replied that only local files can be imported. I think it would be a nice feature to add the ability to import also remote files.
Comment 1 Ralf Habacker 2016-09-12 08:30:12 UTC
Starting with version 2 (KDE 4) umbrello is able to use kio based urls form example https://raw.githubusercontent.com/KDE/umbrello/master/test/test-BVW.xmi, which works on the fly. Accessing ssh based urls using fish://<user>@<host>/<file> works too. If the connections requires credentials, a related dialog will be opened for requesting credentials from the user.