FTP Cli on WR44

,

Any examples on how to user the FTP cli on the router?

ftp
USAGE: FTP |‘.’ …

I tried but keep returning error, I want to download and upload file from remote ftp server

etc…
ftp ftp.server.com.sg anonymous blank emp\file.txt
USAGE: FTP |‘.’ …
ERROR

Thanks

The FTP CLI is only for uploading. Use the python ftplib for more advanced requirements.

1 Like