¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Write file to FTP server


 

You can use the console symbol along with the command fput.

This is the command format:
FPUTfile [url] [local_path] {username:password} {proxy}
? ? url - fully qualified URL to the file being uploaded to the server
? ? local_path - path to the source file in the ROM
? ? username:password - optional access credentials to the server
? ? proxy - optional proxy in the form of url
?
Some added information:
FPUT and FGET can handle FTP, SFTP, SCP, and HTTP(S)
path is: ftp://servername/foldername/filename or http(s)://servername/foldername/filename
?
A complete command might look like:
fput ftp://192.168.0.110/PublicComments.txt \rm\group1\public\2017-12-04\PublicComments.txt "username:userpass"


On Sat, Dec 17, 2022 at 1:58 AM <jclaerebout@...> wrote:
Hi

Does anyone know how to write a file to an FTP server from the program like writing to \\NVRAM ?


Join [email protected] to automatically receive all group messages.