class Multiwoven::Integrations::Destination::Sftp::Client

def generate_local_file_name(sync_config)

def generate_local_file_name(sync_config)
  timestamp = Time.now.strftime("%Y%m%d-%H%M%S")
  "#{sync_config.stream.name}_#{timestamp}"
end