PHP » PYTHON |
login |
register |
about
|
PYTHON FTP example
is this article helpful?
|
Python replacement for PHP's FTP example
[
edit
| history
]
from ftplib import FTP
ftp = FTP(host, username, password) ftp.cwd(path) ftp.storlines("STOR file.txt", file)
Example #1 FTP example
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|