Hi Dick,

I tried with all the protocols.But only ZModem protocol is working for me in receiving file.With remaining protocols file transfer not happening.

I just try to use the property "XferDestFilename" also this time and given the destination file name.

Here is my code what I kept in SaxComm receive event.

SaxComm1.XferProtocol = Protocol_ZModem
SaxComm1.XferPath = "D:\\Socket Projects\\src"
SaxComm1.XferDestFilename = "Dest.xls"
SaxComm1.Download = True

But still after completion of file transfer ,the file is always with name "True" and it is not having any extension.

Any suggestions to resolve my problem from your end????