We are using this script with jenkins to deploy “upload” a specific folder to a remote FTP. I used the winscp.exe synchronize command for it. ‘ script para envio de diretorio via FTP ‘ Felipe Ferreira Setembro 2014 ‘ Para […]
How to use lftp
This is a quite handy command, of course you have also curl and wget. But I kind of like lftp because there is so many diferent configurations that can be set, it seems it also work for torrents! The configuration […]
check_ftp_download script
This is a script that tests the FTP site by downloading a specific file and verifying how long it takes to do so. It also measures the bandwidth. It uses curl PHP library to do the FTP part. More of […]
check_ftp.php
Nagios plugin to verify a FTP site, by uploading a file and testing the time it takes. check_ftp.php #!/usr/bin/php
CHECK FTP DIR
I needed to check if operation was happening. The doubt was, Is the FTP files being copied over every day to the server? To be sure I wrote this PHP script to check. It goes into the FTP server and […]
Monitor FTP erros with nagios
So How can we know the FTP server is saving all files as it should. Well I found a way to go directly in the IIS-ftp log files and get the results from there. They key tool here was logparser, […]
FTP error codes
Comprehensive List of FTP Status and Error Codes During your FTP sessions, you’ll receive various numbered codes from servers. CuteFTP displays these codes in the log window. Some codes represent errors. Most others simply communicate the status of the connection. […]