« ftps with lftpMS-SQL 2000 : Truncate transaction log »

Rename file via scripted FTP

07/14/09

Permalink 06:05:17 am, by admin Email , 42 words   English (US)
Categories: General

Rename file via scripted FTP

Here's an lftp script to rename a remote file vi FTP without downloading the file:

#!/bin/bash

NAS_HOST=myhost
NAS_USER=myuser
NAS_PASS=mypass

SRC=$1
DST=$2

lftp -c "open -e \"mv $SRC $DST\" -u $NAS_USER,$NAS_PASS $NAS_HOST"

No feedback yet

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
PoorExcellent
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)
July 2010
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Reliable Penguin offers Linux Server Migrations, Systems Administration & Programming. Visit our main website at:

http://www.reliablepenguin.com

Search

Bookmark and Share

XML Feeds

powered by b2evolution free blog software