list files on a server ftp

Hello,

I would want to list files of an server FTP with the path of the file...
i try "ls -R" but ftp don't accept this command...
Is it possible with curl command ???

Regards.

Afaik ls and dir are somewhat limited on ftp.
Maybe you are better off with setting up ssh/scp if possible.

in fact, i've found...
i do a "mount -t ftp ftp........"
and a find /Volumes/... -name

thanks

I don't understand that one - is it all locally? Why use ftp then at all?

Yes, i mount my server ftp in the folder Volumes, then i can treat him as a commun folder

Lol ok, nvm :wink: