WPD-.NET-Wrapper icon indicating copy to clipboard operation
WPD-.NET-Wrapper copied to clipboard

file transfer features

Open tiemuer opened this issue 12 years ago • 13 comments

Hi,

I have implemented file copy to the device and file copy from the device interfaces. Thanks for the great project. Here is something I want to contribute.

tiemuer avatar Nov 02 '12 21:11 tiemuer

Hi kumushoq,

Apologies for not saying anything earlier. I have been slowly looking to integrate the code you've provided into the project. Thanks so much for your work.

I'm just refactoring it to meet my personal code standards. Once I have it done I will be sure to cite your work and attribute it to you.

Kind Regards,

slowmonkey

slowmonkey avatar Dec 14 '12 17:12 slowmonkey

Using WPD in my app

Hi Slowmonkey,

Great project. I'm thinking of incorporating this code in my software made for photo printing purposes. Is it under a free license like BSD or MIT? You haven't put anything, and I'd like to credit you.

Thank you in advance.

Gerard Gilabert

Gergilcan avatar Feb 21 '13 09:02 Gergilcan

Hi Gerard,

Feel free to incorporate the code. I had not thought about licensing. I have chosen the MIT licensing. I will make a new task to add the licensing information within this project page.

Thanks for using the project. Just a note that I'm adding the functionality from this thread in a new feature branch. It's not complete/tested yet (which is why it's in a feature development branch). Note: you might want to look at that branch just to check your usage because I've changed the interface slightly.

I will try to complete the testing as soon as I can. Feel free to raise issues when you're using the code.

Kind Regards,

Gavin Chin

slowmonkey avatar Feb 26 '13 10:02 slowmonkey

Any status on this thread's branch? Should I just use his code?

egfconnor avatar May 27 '14 20:05 egfconnor

@kumushoq do you know what would my destination path look like for an Android device when trying to copy to device?

egfconnor avatar May 27 '14 21:05 egfconnor

@egfconnor: I had tried to test this code and it was not working when I tried to merge the pull request. At the moment I haven't done anything with this as I was waylaid. Might get back on to this if there is interest in the project.

With regards to the path, I cannot remember what it appears as. I will have to check my code. I'll get back to you about it.

slowmonkey avatar May 28 '14 07:05 slowmonkey

@slowmonkey sounds good. I'm currently trying to test it myself but alas only get file path errors.

egfconnor avatar May 28 '14 13:05 egfconnor

I seem to have got it working with a file path of "Internal storage\MyFolder\testtextfile.txt" for where to copy to on the device.

egfconnor avatar May 28 '14 14:05 egfconnor

@slowmonkey any idea how to create directories? Maybe I'm missing something obvious..

egfconnor avatar May 28 '14 14:05 egfconnor

Creating directories does not work. I'm starting work on this project again. Going to see if I can make a better interface to the whole thing rather than via Utility.cs. I'll add the missing functionalities if I can.

slowmonkey avatar Jun 07 '14 14:06 slowmonkey

@slowmonkey good to hear. Looking forward to it!

egfconnor avatar Jun 12 '14 13:06 egfconnor

@slowmonkey any progress? I might see if I can help now that I'm needing this again.

egfconnor avatar Nov 03 '14 15:11 egfconnor

Hi I want to use CopyToDevice. What is to fill in into destination if my Phone is called WP1 and the folder files should be copied to is Downloads ?

petkow2 avatar Nov 16 '15 10:11 petkow2