thevindu-w / clip_share_server

Share Clipboard across devices. Share copied files and screenshots securely. Free and open-source tool that works on Windows, Linux, macOS, and Android.
GNU General Public License v3.0
49 stars 2 forks source link

I think there should be an option to select where to send files on PC #11

Closed JFMugen closed 9 months ago

JFMugen commented 9 months ago

Even if it manually, like creating a .ini file near exe.

thevindu-w commented 9 months ago

There is the working_dir configuration option to specify where the files should be saved. You can find how to do this in the Configuration section of the README.

JFMugen commented 9 months ago

There is the working_dir configuration option to specify where the files should be saved. You can find how to do this in the Configuration section of the README.

Hmm, my bad I didn't check before :/

But I can't use it, gives an error. Isn't that right?

working_dir=.C:\Users\username\Downloads

thevindu-w commented 9 months ago

Is there a dot before C:\ ? It should not have a dot before C:\ It should be like working_dir=C:\something

JFMugen commented 9 months ago

Is there a dot before C:\ ? It should not have a dot before C: It should be like working_dir=C:\something

I thought there should be a .dot because of your example code haha :D Now I remembered .dot supposed to mean "here" right?

thevindu-w commented 9 months ago

.dot supposed to mean "here" right?

Yes, relative to current working directory. C:\Users\something is an absolute path. The working_dir can be specified with either relative or absolute path.

JFMugen commented 9 months ago

Yeah I totally forget about relative path. Anyway thanks for the replies ^