-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Network support, e.g. Samba drives #90
Comments
Hi, no KIO is not supported util dolphin integrate the support of ultracopier, only local file |
Does this mean in other Linux distributions I can see USB-Drives and Network-Locations? And what about the file explorer |
Hi, right, I code local file only support (via posix API, open()/raed()/write()/close()) |
yes, treat smb: as local folder, not as remote folder, mean into the current folder you will have now and smb: folder into the computer where you use ultracopier |
Yes, that is true. You should change this behavior. - An informative Window might be suitable. I don't know why, but after this copy command the whole folder /media/stefan/DATA/MediathekView/ |
I don't have better behavior, this can be the behavior excepted by the user. If I can have simple bug case, this will help me to reproduce and fix, maybe this bug is only into your computer. |
If the destination folder contains a string like |
After some hurdles and with your help, I manged to get it into operation :-)
I can see the Floppy-Disk-Icon in the status line :-)
But copy files to my NAS does not seem to be possible :-(
How can I access a folder with the network address similar to that?
Another feature request would be, to make USB-drives more easy accessible.
Unfortunately, I cannot see an icon of an attached USB-device in the
ultracopier
file-browser.Positive:
Copy of a larger file on to the USB device worked fast and successful! :-)
The text was updated successfully, but these errors were encountered: