Forum: Shell Scripting Aug 6th, 2009 |
| Replies: 3 Views: 695 Hi guys,
I have the following information in a text file, which looks
like this:
-rw-rw-r-- 1 user user 12203 Aug 6 01:02 app1.sql
-rw-rw-r-- 1 user user 12343 Aug 6 01:02 app2.sql... |
Forum: Ruby Apr 15th, 2009 |
| Replies: 0 Views: 2,232 I have written ftp code which will download a single file from the
Server using the below code:
require 'rubygems'
require 'net/ftp'
require 'fileutils'
URL = 'IP address'
username =... |