filezilla_server = remote_file node['filezilla']['server']['exe'] do
  source node['filezilla']['server']['url']
  path File.join('C:\\',node['filezilla']['server']['exe'])
  action :create
end