nickstersc
How do I replocate the following using your software?
Quote Site P_Dest XFBCFT
Put Filename DirName
Thanks
Nic
Quote Site P_Dest XFBCFT
Put Filename DirName
Thanks
Nic
nickstersc
mb
nickstersc
I take it that it is not possible?Using the FTP Library?
mb
nickstersc
I am indeed using the FTP library and I have been told by the company we are FTP'ing to I need to use that syntax.I need to first understand what you are trying to do and with what product.
mb
nickstersc
pConnection->Command("SITE P_Dest XFBCFT")
pConnection->UploadFile(source, destination 0,0, 0,0)
mb
nickstersc
You are uploading the file in Ascii mode. Use the default value which is Binary.
pConnection->DataTransferType = ftpDataTransferTypeBinary;
Regards,
Mat
nickstersc
The only options I have are
ftpDataTransferTypeASCII
ftpDataTransferTypeEBCDIC
ftpDataTransferTypeImage
ftpDataTransferTypeUnknown
Which should i use?
mb
nickstersc
Use ftpDataTransferTypeImage
Post the log if you get an error.
Regards,
Mat
mb
nickstersc
You are using a path instead of a filename in UploadFile() function for the destination filename. Use "Test3.zip" instead of "SCHUHIMG/Test3.zip"
mb
nickstersc
Hello Nicola ..
Please renew the maintenance plan for your license. Your maintenance plan (technical support) expired more than a year ago.
You can contact our sales department for assistance.
Regards,
Mat
mb
nickstersc
mb