Path: blob/master/FTP/FTP_Send_file.ipynb
2973 views
Kernel: Python 3
FTP - Send file
Tags: #ftp #file #naas_drivers #operations #snippet
Author: Jeremy Ravenel
Last update: 2023-04-12 (Created: 2021-03-03)
Description: This notebook allows users to securely transfer files to a remote server using the File Transfer Protocol (FTP).
Input
Import library
In [ ]:
Variables
In [ ]:
Model
Connect to ftp
In [ ]:
Output
Send the data
In [ ]: