Project

General

Profile

Bug #384 ยป net_ftp_chdir_fix.patch

Anonymous, 08/02/2008 02:50 AM

View differences:

lib/net/ftp.rb (Arbeitskopie)
begin
voidcmd("CDUP")
return
rescue FTPPermError
if $![0, 3] != "500"
raise FTPPermError, $!
rescue FTPPermError => e
if e.message[0, 3] != "500"
raise e
end
end
end
    (1-1/1)