# File Transfer - CURL

## CURL

This is the resume a file transfer using curl instead ftp or lftp commands and can be used in Windows or Linux

### CURL Commands

```
curl -C - --upload-file source_file ftp://destination.server.com/
```