search for: messageftpconnect

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

2006 May 13
0
trouble with Dir.chdir
...9;'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) @messageftpmkdir = "the directory was created" rescue @messageftpmkdir = "the directory already exists" end ftp.c...