How to get the size of the file also the data transferred in bytes
-
Can somebody help me in this .. i need to get the size of the file in my FTp client application in MFC also i need to get the data bytes tranferred while uploading or downloading from FTP server .. Which API is suitable.. Thanks Shikha
-
Can somebody help me in this .. i need to get the size of the file in my FTp client application in MFC also i need to get the data bytes tranferred while uploading or downloading from FTP server .. Which API is suitable.. Thanks Shikha
u can read or write file from ftp by using wininet.h . InternetReadFile(, , , ) function gives the number of bytes read.
-
u can read or write file from ftp by using wininet.h . InternetReadFile(, , , ) function gives the number of bytes read.
thanks for reply.... i just check it out ... Thanks Shikha
-
Can somebody help me in this .. i need to get the size of the file in my FTp client application in MFC also i need to get the data bytes tranferred while uploading or downloading from FTP server .. Which API is suitable.. Thanks Shikha
Let me know that work or not.I made the project which downloads the file from ftp server and shows the progress in progressbar.I can guide u further