Archived Forum Post

Index of archived forum posts

Question:

FTPS: PutPlan -> logfile

Sep 24 '12 at 12:11

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?

http://www.example-code.com/mfc/ftp_createPlan.asp


Answer

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.