bhupiister

Results 27 comments of bhupiister

@pcbtborges Did you manage to solve the problem? I am looking to send a large txt file of 10mb to my server. I am trying FTP right now and its...

@pcbtborges Came across this code today for large files, will test it. See if this works for you. #include #define csSD 5 bool debug = 1; bool roaming = false;...

I wanted some library that could do this division part. After putting this command AT+FTPPUT=1 OK +FTPPUT: 1,1,1360 Does this mean that maximum bytes that can be sent is 1360?...

Came across this code today for large files, will test it. See if you can get something from it to improve your library. #include #define csSD 5 bool debug =...

@AKclown Can you try some code or library which was unindent the file and then do the diff or patch operation ? And then indent it back ?

@swabloodreaper Any luck running it? I am getting the same error.

if your end goal is to create pdf. I had success with it on Unity. Let me know if you need help on this.

[PDFSharp.rar.pdf](https://github.com/ststeiger/PdfSharpCore/files/7780395/PDFSharp.rar.pdf) This is a zip file with pdf extension or else Github doesn't allow to attach zip files. Remove .pdf from the end, make a folder inside the plugin folder...

@Emanx140 I hope this solves your issue. Make sure files are inside plugin folder as shown below Assets\Plugins\PDFSharp

> @bhupiister Thanks! that link.xml helped me My pleasure