Award-winning MFT Software - Diplomat MFT
Award-winning MFT Software - Diplomat MFT

Transfer Accounting Files to
Blackline using SFTP

BOOK A FREE DEMO OR DISCUSSION
Blackline

What is Blackline?

Blackline is the world’s most trusted, cloud-based platform for finance controls and automation. It helps businesses reduce manually driven processes, allowing finance teams to focus on more value-added activities. Major brands such as Coca Cola and eBay trust Blackline to advance their daily finance procedures.

HOW OUR CUSTOMERS USE DIPLOMAT MFT WITH BLACKLINE?

Coviant Software’s Healthcare Customer uses Diplomat MFT, Diplomat MFT Edge Gateway, and our SFTP Server to automate transfers of its partners’ financial data to the BlackLine platform. BlackLine is a cloud-based accounting and financial processing application used to unify financial data and processes, automate repetitive work, and drive accountability. Here’s a snapshot of how Diplomat MFT supports file sharing in BlackLine:

BlackLine Challenges

CHALLENGES:

M

Integration with BlackLine: Our Healthcare Customer receives financial data from their medical partner on a weekly basis, which they then need to transfer to BlackLine. The files they receive are in the CSV format and need to be encrypted.

M
Manual Process: The Customer’s former process required that users save files from their partner locally, then use an in-house script to retrieve files and move them to BlackLine. The process was complicated, unreliable, prone to human error, and often resulted in failures.
M
Compliance with BlackLine standards: Because BlackLine requires file transfers using the SFTP protocol for transport security, the in-house script–which did not support SFTP–was no longer fit for purpose.

SOLUTION:

N

Our Customer now uses Diplomat MFT to receive the files from their partner via our SFTP server. As an added layer of security, our Customer has opted for the Diplomat EDGE Gateway in their DMZ, to protect against any potential breach. The Customer is now able to push their files to the Diplomat SFTP Server and ensure all files are PGP encrypted.

N

Once the file has landed, Diplomat MFT initiates a transaction, automatically transferring it to the correct destination. Diplomat MFT first decrypts the PGP-encrypted file, then moves it to BlackLine.

N
Each step of the file transfer process is automatically captured and recorded in an audit log, giving the Customer complete visibility for forensic investigation and auditability. And staff are alerted automatically in the event of any incidents.
BlackLine SFTP Solution
Course listing

RESULTS:

On-time delivery and reduced human error.

Security and standards compliance support.

Reliable, unlimited workflows and scheduling to any end point.

Diplomat MFT works with BlackLine… and just about every other business software and service available.

For more information about how Diplomat MFT can automate the processes and improve the security of transferring files to and from other products, click here. And if you don’t see your favorite software listed, just ask.

What our customers say: “A suitably powerful and fully configurable product that meets all our needs to transmit data. We’re transmitting data on a regular scheduled basis for a variety of customers and destinations with options for configuring higher security connections.”

IT MANAGER

Customer Testimonial

BOOK YOUR FREE DEMO TODAY!

Choose any available time for a live, personalized session. We will take the time to understand your specific requirements and goals–from simple tasks to enterprise-level workflow management. 

Book a Free MFT Software Demo

Benefits of using Blackline with Diplomat MFT

Benefits of using Blackline with Diplomat MFT

SFTP Protocol:

Send files securely with the industry’s strongest cryptography. Diplomat MFT  protects sensitive files sent over SFTP to Blackline.

Automate File Delivery:

Diplomat MFT‘s scheduler supports your needs with virtually unlimited concurrent job management, sending files when and where you need to automatically.

PGP Encryption:

Diplomat MFT manages encryption automatically ensuring files are secure when at rest, on-premises or in the cloud, when using Blackline.

Easy to use:

Diplomat MFT automates complex processes and provides complete workflow visibility, including full audit trials, file archiving, and notifications.

If you have questions, please reach out to schedule a discussion and quick demonstration of Diplomat MFT. Or you can take Diplomat MFT for a free 15-day test drive with no obligations.

Enterprises use Blackline to automate manual or decentralized finance processes. This usually involves sending sensitive information in the form of spreadsheets or databases, from multiple locations across a business. Diplomat MFT integrates with Blackline to support file transfers from these multiple locations, and automatically send files using the encrypted SFTP protocol.

Employs SFTP and OpenPGP encryption for highest security
Calendar exclusions prevent transfers on bank holidays
Reducing risk of human error by automating transfers
Robust scheduler for easy configuration of transfer times
Full audit trails, file archiving, and notifications
Integrates with various protocols (SFTP, FTPS, AS2, HTTPS)

FREQUENTLY ASKED QUESTIONS

How does Blackline SFTP and PGP transfers work?

​BlackLine leverages SFTP (Secure File Transfer Protocol) for secure file transfer and often recommends it as the primary method for integration. Here’s a breakdown of how it works with Blackline:

SFTP for BlackLine Transfers:

  • Initiating the Transfer: Your local system (accounting software, ERP etc.) initiates a connection to Blackline’s SFTP server using login credentials.
  • Secure Connection: SFTP encrypts the connection between your system and Blackline’s server, ensuring only authorized users can access the data during transfer.
  • File Transfer: The files containing your financial data (e.g., general ledger) are uploaded to a designated directory on Blackline’s server.
    Verification and Processing: Once uploaded, Blackline verifies the transfer and processes the data according to your configuration.

Additional Security with PGP:

While SFTP secures the connection, BlackLine also recommends PGP (Pretty Good Privacy) for an extra layer of encryption. Here’s how it fits in:

  • PGP Encryption: Before uploading to SFTP, your local system encrypts the files using PGP with a public key provided by Blackline. This renders the data unreadable by anyone without the corresponding private key.
  • Decryption on BlackLine’s Server: Only Blackline’s server has the private key to decrypt the PGP-encrypted files, allowing them to access the actual data.

Benefits of BlackLine SFTP and PGP transfers:

  • Security: SFTP and PGP offer a strong two-layered encryption approach to safeguard sensitive financial data during transfers.
  • Standardization: SFTP is a widely adopted protocol ensuring compatibility with various systems.
  • Efficiency: Automated SFTP transfers streamline data exchange and reduce manual intervention.

Additional Points:

BlackLine likely provides documentation and resources to configure SFTP and PGP settings for your specific system. Consider using third-party Managed File Transfer (MFT) Software, such as, Diplomat MFT to automate and manage SFTP transfers for increased efficiency and security features.

What is the difference between SFTP and REST API?

SFTP and REST APIs are both tools for data transfer, but they approach it in fundamentally different ways:

Data Transfer Method:

  • SFTP (Secure File Transfer Protocol): Transfers entire files over a secure connection. Imagine it like a secure courier delivering a package of data.
  • REST API (REpresentational State Transfer Application Programming Interface): Uses requests and responses to exchange data in smaller chunks. Think of it like a conversation where you ask for specific information and receive it directly.

Use Cases:

  • SFTP: Ideal for bulk data transfers, especially large files. Often used for scheduled exchanges or nightly batch jobs.
  • REST API: More suited for real-time data access and integration. Great for situations where you need to retrieve or update specific data points frequently.

Complexity:

  • SFTP: Relatively simple. You define the source and destination files, and the transfer occurs.
  • REST API: Can be more complex. Requires writing code to interact with the API following specific protocols and data formats.

Flexibility:

  • SFTP: Limited flexibility. You can only transfer entire files.
  • REST API: Highly flexible. You can define specific data elements to retrieve or manipulate within a file.

Resource Consumption:

  • SFTP: May use more resources for large data transfers due to the overhead of managing entire files.
  • REST API: Typically uses fewer resources as data is transferred in smaller chunks, especially beneficial for frequent data exchange.

Here’s a table summarizing the key differences:

SFTP & RESTAPI Info Table

Ultimately, the choice between SFTP and REST API depends on your specific needs. SFTP is a secure workhorse for bulk data movement, while REST APIs excel in real-time data interactions and complex integrations.

WHAT OUR CUSTOMERS SAY

G2 is the largest and most trusted software marketplace. More than 90 million people annually—including employees at all Fortune 500 companies—use G2 to make smarter software decisions based on authentic peer reviews.

Scott J.

Senior Application Engineer

Diplomat MFT has been a powerful workhorse for all of our enterprise file exchange for many years. No other enterprise application we use comes with the same level of support we receive from Coviant.

Adah B.

Senior Programmer Analyst

Extremely robust platform for managing our enterprise file transactions. Every upgrade provides us with additional useful tools to streamline our business processes.

Stephen H.

IT BI Analyst SE

I find the sftp file transfers to be the most helpful tool of Diplomat MFT. No need for programming, the interface is customized already and users only need to fill in the boxes.

Eric D.

Director of Information Technology

The support is fantastic. I had to contact them on a few occasions – as it turns out, not for issues with Diplomat MFT but issues with one of the FTP partners. Coviant support stuck with me and went above and beyond to troubleshoot and figure out the issue.

Jeff M.

IT Software Application Director

The interface and GUI are very straightforward. The options are simple and labeled so anyone can understand how to set up and configure. The ability to test something without actually sending something is also beneficial.

 
Dave L.

Manager of Information & Technology

Diplomat MFT is a solid data transfer product, its easy to set up, and easy to use. I like the way the transaction builder is laid out. It’s so easy to understand what values it wants.
Igor V.

IT Manager

I implemented Diplomat Manager File transfer as a way to enable SFTP communications with business partners. It was a year ago. I did not know anything about Diplomat MFT. However, a very knowledgeable colleague suggested I try it as a lot of his customers are using this software. I like the simplicity of setup, excellent reporting capabilities.

Mukesh C.

Head of IT

We love the seamless user experience, streamlining diplomatic tasks and enhancing efficiency. Diplomat Managed File Transfer is generally praised for its secure and efficient file transfer capabilities, user-friendly interface, and robust features that cater to the needs of businesses requiring reliable data exchange.

 
Mark K.

IT Administrator (Civic & Social Organization)

Diplomat MFT is excellent at automating SFTP and PGP and comes at a great price! Diplomat MFT is easy to learn and quite powerful in setting up automated file transfer workflows. But it is not complex at all. And the price cannot be beat! We do not have a lot of transfer jobs, but they are very important to our business and I trust Diplomat MFT to get the job done right.