search for: fbasedir

Displaying 1 result from an estimated 1 matches for "fbasedir".

Did you mean: basedir
2006 May 13
0
trouble with Dir.chdir
.../myalbum/albums/" $tempdir = "/home/yosuke/public_html/testing/tempPhoto/" targetdir = params[:targetdir] @targetdir = params[:targetdir] fhostname = ''hogefpt.co.jp'' fusername = ''hoge'' fuserpass = ''hogehoge'' fbasedir = ''/hogehoge/'' targetdirpath = $tempdir + targetdir Dir.chdir targetdirpath begin ftp = Net::FTP.open(fhostname,fusername,fuserpass) @messageftpconnect = "connected" rescue @messageftpconnect = "failed" end ftp.chdir(fbasedir...