A customer gave us ftp-access to download PDF files.
Unfortunately I don't know if the file on the remote is ready to download.
This command line works:
ncftpget -u user -p pwd foo.example.com import created/*pdf
But I am a afraid that the files are not complete. I don't want to download files which are not completely create on the remote site.
Client and server run on linux. File-Locking is not available.
Just for the records. We switch from ftp to http. Up to now we used ftp, but now we use a simple tool to upload files via http: tbzuploader