You are not logged in.
Pages: 1
Sorry i'm too stupid. I managed to get filetransfers working. However whenever i try to change the download location file transfers just wont work so i guess i'm doing somewthing wrong.
Can someone help me out how to actually set the folder there?
Apparently you do it by
xfer.file.download_pathThe default for that setting would be
"${weechat_data_dir}/xfer"however when i try to set it to
"/data/StorageA/Downloads"filetransfers don't work anymore. What am i doing wrong?
Last edited by Oddwierdo (2023-09-02 13:13:00)
Offline
It's been some years since I used weechat, but, according to my notes, I set the download folder thus:
/set xfer.file.download_path <path to folder> Offline
That's what i have done but for whatever reason it makes filetransfers impossible (will be cancled when accepting).
Offline
stat /data/StorageA/DownloadsOffline
Doesn't work neither. It seems like i can only use folder on my OS drive. Though it doesn't seem to accept my mounted drive for some reason? For example ~/Downloads would work.
Offline
stat is inert, but it'll print the permissions of the directory which you should post here, notably wrt your latest remarks.
Offline
Output was
File: /data/StorageA/Downloads
Size: 8192 Blocks: 16 EA Block: 4096 directory
Device: 8/34 Inode: 140917 links: 1
Access: (0777/drwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root)Offline
So the permissions aren't the problem.
Sanity check
touch /data/StorageA/Downloads/fooworks?
If Weechat has some weird restriction to your $HOME, you could either symlink or bind-mount the /data/StorageA/Downloads directory somewhere there.
https://man.archlinux.org/man/core/util … _operation
But if it doesn't allow you to cross filesystems, you're kinda screwed.
Offline
yup touch works, file is created without issues. Think i'll try symlinking it or keep using Hexchat instead (which works).
Offline
Pages: 1