I'm transferring some folders from HPUX to Windows2000 via FTP, and I want to check if transfer has been done OK (every subfolders and files transferred).
On your PC, when you run ftp, set logging on. The log file will then record all files transferred and their size in bytes. Compare this to you unix filenames and sizes - they should match. One other tip, always set transfer to binary.
I'm using Cute FTP on Windows, and I would like to compare the log file you mention with my folder's filenames, but I do not know to do it one by one, because they are thousands.
One way to check, may be to ftp the log file back to your unix box and write a simple script to extract files names and filesizes to compare the log file with your original list.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.