I have online account with some Host which give me FTP account with username and password . i have another with copany which gave me FTP and rsync . Now i want to transfer all my files from old FTP to NEW FTP with rync. Now is it possible to do it via rsync only because i don’t want to
Tag: ftp
LINUX: how to detect that ftp file upload is finished
In my project I have a file uploading feature. Files are uploaded via FTP. I need to configure a listener that will check for new files and invoke a script only when file uploading is finished. Because if I run this script immediately after detecting the new file, it can start to process file that is not completely uploaded, which