"FTP"

Advanced Magento 2 Import of Images: How to Bulk Upload Product Pictures from FTP, Google Drive & More

- Magento 2, Our extensions

illustrative image for the Advanced Magento 2 Import of Images Guide with emojis, magento logo, and text on orange background

Importing product images in Magento 2 is one of the most common challenges merchants face when setting up or updating their catalogs. By default, Magento only looks for pictures inside the root catalog of your store, which often forces you to move files manually before running a CSV import. This process is time-consuming and error-prone — especially if you receive thousands of product images from suppliers or keep them on external servers.

With the Improved Import & Export extension, you can streamline this workflow. The module introduces the Use Image Import Source feature, which lets you import product images in Magento 2 directly from FTP/SFTP, as well as from cloud storage like Google Drive, Dropbox, or OneDrive. Instead of shuffling files back and forth, you can bulk upload and assign images to products automatically.

In this guide, we’ll show you how to use Magento 2 import images functionality with the Improved Import & Export extension, how to import product images using CSV and external sources, and why this approach is a game-changer for stores managing large or frequently updated catalogs. And if you’re looking for more developer insights, don’t forget to check out our Magento 2 Developer’s Cookbook.
Continue Reading

Shopify FTP Upload: How to Sync Data From FTP to Shopify

- Our extensions, Shopify

Shopify FTP

Today, we’ll delve into the process of importing files into your Shopify store using FTP (File Transfer Protocol). This approach allows you to seamlessly transfer data from a remote server, providing a more efficient alternative to manual file uploads. To streamline your update procedures, Shopify FTP import offers a superior solution. To achieve this, you’ll require the Firebear Import & Export Tool, which will supersede the standard Shopify data transfer method and unlock previously unavailable features.

In the forthcoming guide, you will learn how to send FTP files to Shopify. We explain what FTP is, briefly describe the standard Shopify import, and then proceed to the Shopify FTP upload, including its benefits and implementation. Be sure to explore our Shopify Cookbook for additional valuable insights and tips to enhance your Shopify experience. Continue Reading

Advanced Shopify Export: How to Set up FTP for Shopify

- Our extensions, Shopware

In our previous discussion, we covered the process of importing files into Shopify via FTP. Today, we shift our focus to the reverse operation – exporting essential data, including Shopify customers, products, and orders, to a remote server using FTP. By default, Shopify offers an export procedure that results in a downloadable CSV file from your e-commerce storefront. However, for those who frequently provide partners with data updates, this manual process can be time-consuming. The solution to this challenge lies in embracing Shopify FTP export capabilities.

To enable this functionality, you will need to harness the power of the Firebear Import & Export Tool. In the upcoming tutorial, we will guide you through the steps to efficiently export files from your Shopify store via FTP. This approach offers a more streamlined and time-saving way to exchange crucial data with your partners or external systems.

For additional insights and tips to enhance your Shopify experience, be sure to explore our Shopify Cookbook. It’s a valuable resource for optimizing your e-commerce operations. Continue Reading

How to Export Files from BigCommerce via FTP

- BigCommerce, Our extensions

BigCommerce Import: products, customers, orders

We’ve already described how to import files to BigCommerce via FTP. Today, you will learn how to do the opposite – export BigCommerce customers, products, and orders to a remote server using FTP. By default, the platform only lets you run the export procedure and then download a CSV file from your e-commerce storefront. If you provide your partners with regular updates, this procedure may consume much time. However, there is a more efficient way to exchange data – BigCommerce FTP export. You will need the Firebear Import & Export Tool to implement this functionality. In the following tutorial, you will learn how to export files from BigCommerce via FTP. Also, don’t forget to go over our BigCommerce Cookbook for other helpful hints. Continue Reading

How to Import Files to BigCommerce via FTP

- BigCommerce, Our extensions

BigCommerce Import: products, customers, orders

Today, you will learn how to import files to BigCommerce via FTP. It means that you can transfer data from a remote server instead of uploading a corresponding file manually as the default BigCommerce import implies.

There is a better way to run your updates by enabling BigCommerce FTP import. You will need the Firebear Import & Export Tool to replace the standard BigCommerce data transfer solution and get the missing functionality. The following tutorial will teach you how to import files to BigCommerce via FTP from a remote server. Also, don’t forget to go over our BigCommerce Cookbook for other helpful hints. Continue Reading

How to Export Products, Customers, & Orders from Shopware 6 via FTP

- Our extensions, Shopware

We’ve already described how to import files to Shopware 6 from FTP. Today, you will learn how to do the opposite – export Shopware customers, products, and orders to FTP. By default, the platform only lets you run the export procedure and then download a CSV file from your e-commerce storefront. This process is associated with multiple manual actions, especially if you provide your partners with regular updates. However, there is a more efficient way to exchange data – Shopware 6 FTP export. You will need the Improved Import, Export, and Mass Actions app to implement this functionality. In the following tutorial, you will learn how to export files from Shopware 6 via FTP. Also, don’t forget to go over our Shopware Cookbook for other helpful hints. Continue Reading

How to Import Files to Shopware 6 from FTP

- Our extensions, Shopware

By default, you can only upload files to Shopware 6. It means that if your update is stored somewhere on a remote server, you cannot import it to your e-commerce website. You will need to take it from the server and provide it to Shopware 6 manually. However, there is a way to enable Shopware 6 FTP import.  You will need the Improved Import, Export, and Mass Actions app because it completely revamps the standard Shopware 6 import. The following tutorial will teach you how to import files to Shopware 6 from FTP. Also, don’t forget to go over our Shopware Cookbook for other helpful hints. Continue Reading

How to Export Products, Orders, Customers, & Other Magento 2 Entities to Remote FTP & SFTP Server

- E-Commerce, Magento 2, Our extensions

Magento 2 Development; Magento 2 tutorial

Unfortunately, Magento 2 doesn’t provide any opportunities to export products, orders, customers, or other Magento 2 entities to a remote FTP or SFTP server. You have to run a standard export procedure instead and transfer the output manually. Besides, it is impossible to automate this process. The system leaves you in a situation when it is necessary to repeat all its steps manually every time an update is required. Luckily, there is a better way of achieving this goal. As you’ve probably guessed, it involves a third-party solution. In our example, we use the Improved Import & Export Magento 2 extension to export products, orders, customers, and other Magento 2 entities to a remote FTP/SFTP server. It also lets you import all entities from this file source. Continue Reading

How to Install Magento Extensions (Magento Connect, FTP, SSH, Modman, Composer)

Installing Magento Extensions: FTP, Magento Connect, SSH, Modman, Composer

Magento extension development is not for everyone, but regardless of coding experience everyone can utilize the end product of this complicated process. It’s just important to know how to install Magento extension right. The below guide contains universal instructions for a seamless installation of any Magento extension. We’ve described 5 types of installation: via Magento Connect, FTP, SSH, Modman, and Composer.

Magento Marketplace Merchant Guide Continue Reading

The Complete Guide To Magento Debugging

How to Debug Magento

Integration of new solutions into different systems can become a headache without the knowledge of correct debugging.  In case of Magento, such simple constructions as print_r() or var_dump() , var_export() don’t work. Because of heavyweight constructions, you need to investigate the new effective ways to find intermediate values or broken places. Fortunately, there are a lot of tools and methods designed to turn the debugging into a developer friendly process. Continue Reading