Question:
Playing with putPlan right now, and not sure what exactly does this log-output mean?
c,/LS/Mandant 1
p,c:\Testlauf\abc.Zip,abc.Zip
p,c:\Testlauf\112.txt,112.txt
d,/LS/Mandy 1/xy
c,/LS/Mandy 1/xy
What does this c,p,d mean?
Technically you're not supposed to care because it is to be provided to the PutPlan method. In any case..,
"c" is to change the current remote directory.
"d" is to create a remote directory.
"p" is to put (upload) a file.