WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.1K

I tried to upload my website to my Pi using Filezilla and it sent all the files that had 8-bit encoded filenames and failed sending any files that had Unicode file names. It failed saying "could not start transfer." Now that's almost as good as Microsoft errors.

I tried setting it for binary files. Nope, no go. I use Vsftp as the server. Any ideas?

I tried to upload my website to my Pi using Filezilla and it sent all the files that had 8-bit encoded filenames and failed sending any files that had Unicode file names. It failed saying "could not start transfer." Now that's almost as good as Microsoft errors. I tried setting it for binary files. Nope, no go. I use Vsftp as the server. Any ideas?

(post is archived)

[–] 1 pt

rsync FTW

rsync -av ./somedir pi@192.168.1.10:/var/www/

-a : archive {preserve owner group, recursive etc} -v : verbose