How do I go about using exec to copy a file to a pod? #946
-
I understand that copying files is not a utility provided by the C# library, but I was hoping to implement just the "copy from local to pod" functionality "manually" in my application. I more or less understand the Java implementation linked in the above discussion, however I haven't been able to get the streams right in my C# application to make it work. Are there any recommendations for how to approach this? If it's similar complexity, I'd prefer a blocking solution not an async one. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
hmm you can share your code and let me see if I could help in the weekend |
Beta Was this translation helpful? Give feedback.
-
thanks to @lazarkrstic |
Beta Was this translation helpful? Give feedback.
thanks to @lazarkrstic
#962 we had a cp example