Displaying 1 result from an estimated 1 matches for "targetdirpath".
2006 May 13
0
trouble with Dir.chdir
...me/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)
begin
ftp.mkdir(targetdir)
@message...