Skip to content
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

Open
StefanPofahl opened this issue Aug 15, 2023 · 8 comments
Open

Feature request: Network support, e.g. Samba drives #90

StefanPofahl opened this issue Aug 15, 2023 · 8 comments

Comments

@StefanPofahl
Copy link

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?

smb://NAS/Multimedia/video

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! :-)

@alphaonex86
Copy link
Owner

Hi, no KIO is not supported util dolphin integrate the support of ultracopier, only local file

@StefanPofahl
Copy link
Author

Does this mean in other Linux distributions I can see USB-Drives and Network-Locations?

And what about the file explorer Files/Nemo/Nautilus? Can I link ultracopier to other file-browsers that support ultracopier?

@alphaonex86
Copy link
Owner

Hi, right, I code local file only support (via posix API, open()/raed()/write()/close())
No one file browser now support Ultracopier on Linux

@StefanPofahl
Copy link
Author

StefanPofahl commented Aug 16, 2023

Belief me or not, but with my current build of your software I can see the Icons of USB devices and network folders pre-defined as bookmarks. I can select a network folder as destination and the copy process starts, but once the copy process is accomplished I cannot see any files in the destination folder.
If I repeat the same copy-procedure, ultracopier asks me what to do, if the files in the destination should be replaced,
but unfortunately only ultracopier "sees" / detects the files in the destination folder.

Visible bookmark of network folders:
ultracopier_network_visible

Copy-task to network folder in progress:

ultracopier_copy_to_network_folder

@alphaonex86
Copy link
Owner

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

@StefanPofahl
Copy link
Author

StefanPofahl commented Aug 16, 2023

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/
disappeared :-(

@alphaonex86
Copy link
Owner

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.

@StefanPofahl
Copy link
Author

If the destination folder contains a string like smb:// a copy into a different folder into the current program folder should be avoided. The GUI indicates that the destination folder is smb://[...], but instead it is a relative path: ./smb/[...]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants