I've got question about FTP Object. I know how to download file and send them to the server directly by MMF. But I've got question how to check a file size? I mean I want to know when file upload ends and I've got problems with event size of file because counters or any values or text boxes don't show me what is the object size on my harddrive but I could check how many bytes were transfered and I want to check if those values are the same because then I'll be sure that file upload ends succefull.. Could you help me? Even if it will use other extensions...
you can use the FTP command SIZE to get the file size as a decimal number
i.e "SIZE index.html" will return the size of index.html in the current directory you're browsing
Size of file( "Ftp", "SIZE compare.rar" ) i Use such event because on ther I've got syntx error but it don't work.. Is some other way?
EDIT:
Ok I do it using a File Object bacause I still can't understand this FTP object expresion (it's similiar to that from FO but doesn't work ) THX for help