diff --git a/lib/msf/core/post/file.rb b/lib/msf/core/post/file.rb index 28b4bb1022..db841aa46d 100644 --- a/lib/msf/core/post/file.rb +++ b/lib/msf/core/post/file.rb @@ -299,7 +299,8 @@ module Msf::Post::File end # - # Rename a remote file. This is a stopgap until a proper API version is added. + # Rename a remote file. This is a stopgap until a proper API version is added: + # http://dev.metasploit.com/redmine/issues/7288 # def rename_file(new_file, old_file) #TODO: this is not ideal as the file contents are sent to meterp server and back to the client