class Multiwoven::Integrations::Destination::Sftp::Client
def generate_local_file_name(sync_config)
def generate_local_file_name(sync_config) connection_specification = sync_config.destination.connection_specification.with_indifferent_access timestamp = Time.now.strftime("%Y%m%d-%H%M%S") "#{connection_specification[:file_name]}_#{timestamp}" end