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…
System Administrator
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…
Nagios plugin to verify a FTP site, by uploading a file and testing the time it takes.
check_ftp.php
#!/usr/bin/php
echo “nExample: n check_ftp.php ftp.check.com anonymous pass /folder1010/ /tmp/file.txt 4
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 …
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 …
Log Parser sample queries to check the health of your IIS,FTP.
These examples assume the log format used is W3C Extended. If a different format …
Since I am big fan of motogp I will be placing each race in my site available for download:
GO AHEAD AND BROWSER ALL FILES!
http://motogp.4shared.com/
…
HOW TO backup ESX 3.0.1 with vmbk.pl
This nice perl script allows online backup of Virtual Machines to a remote FTP/SMB/NFS
It was written by Massimiliano Daneri, and many other …