Hi,
I am new to ipswitch's SDK. I am sending the files to a server using PutFile mehtod. When gets to the server, it is missing first "%" character in the file and displays an error hile opening the PDF File as "file does not begin with %PDF".
I am using another FTP utility to send the files to the same server and it does not create this issues.
Did anybody come across this kind of issue before. Any help is greatly appreciated...
Thanks
Just a shot -
Are you sending in Binary (WSFTP_TFF_BINARY=0) or ASCII (WSFTP_TFF_ASCII=1)?
I think PDF would require Binary...