# How to Transfer Data to Stook with Cyberduck

Use **Cyberduck** to connect to Medianova Stook Object Storage and transfer files from your computer or migrate data from AWS S3.

Cyberduck is available for macOS and Windows and provides a simple drag-and-drop interface.

***

### Prerequisites

* Cyberduck installed on your computer
* Medianova Stook credentials:
  * **Server**: `xxxxx.mncdn.com`
  * **Access Key**
  * **Secret Key**
* (Optional) AWS S3 credentials for migration

⚠️ Credentials are private. Do not share them.

***

### Data Transfer from Your Computer to Stook

1. Open **Cyberduck** and click **Open Connection**.

   <figure><img src="/files/uRHJz47nMhNIbqHzH9LE" alt=""><figcaption><p>Cyberduck main screen</p></figcaption></figure>
2. Click **More Options** and select **Amazon S3 (Deprecated path style requests)**.

   <figure><img src="/files/gKgEP7OXCLqa2tGUUspm" alt="" width="375"><figcaption><p>Selecting Amazon S3 (Deprecated path style requests) option</p></figcaption></figure>
3. Enter your **Server, Access Key, Secret Key**, then click **Connect**.

   <figure><img src="/files/l2XYFWCDfnqc2Pyhd9fe" alt="" width="563"><figcaption><p><em>Entering Stook connection credentials in Cyberduck</em></p></figcaption></figure>
4. From the menu bar, select **Action → New Folder** to create a folder.

   <figure><img src="/files/LApX8I8J2kGjUZG0F94t" alt="" width="300"><figcaption><p><em>Creating a new folder in Stook via Cyberduck</em></p></figcaption></figure>
5. Drag and drop files from your computer into this folder.

   <figure><img src="/files/ym1GIHQssksZwt9tTnAk" alt="" width="443"><figcaption><p><em>Uploading files to Stook using drag-and-drop</em></p></figcaption></figure>

⚠️ Uploaded files are not directly accessible via HTTP/HTTPS. To publish them, create a **CDN zone** linked to your storage.

***

### Data Transfer from AWS S3 to Stook

1. Connect to **Stook** using the steps above.
2. Open a new Cyberduck connection for **AWS S3**.

   <figure><img src="/files/f5caH7bGwZrAkWEbRFlG" alt=""><figcaption><p><em>Connecting Cyberduck to AWS S3</em></p></figcaption></figure>
3. Enter your AWS credentials and connect.
4. Open AWS S3 in one pane and Stook in another, then drag and drop files between them.

   <figure><img src="/files/YdtevmLagR53BysqfUqV" alt=""><figcaption><p><em>Migrating files between AWS S3 and Stook with drag-and-drop</em></p></figcaption></figure>

⚠️ For large-scale migrations, contact Medianova Support.

***

### Troubleshooting / FAQ

* **Cannot connect:** Verify credentials and server endpoint.
* **Slow transfer:** Check internet connection; for bulk migration, request support.
* **Files not accessible:** A CDN zone must be created to serve files.

***

### References

* Cyberduck Official Website
* Support: `support@medianova.com` | `+90 212 275 54 56`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://clients.medianova.com/products/object-storage-stook/integration-and-usage-guides/how-to-transfer-data-to-stook-with-cyberduck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
