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)

[–] 2 pts

To SSH into your Raspberry Pi from PuTTy: Open PuTTy. Under Host Name (or IP address), enter your Raspberry Pi's IP address or hostname. Make sure that Port is set to 22. ... Under Connection type, select SSH. Select Open, and enter your username and password.

[–] 1 pt

Oh, thanks, I didn't know I could use ssh to transfer files. I'll give that a try.

[–] 2 pts

You can't. Use SCP. If you're talking to it from a windows system, use WinSCP.

[–] 1 pt

Yeah, this is the right answer. No idea what derp was suggesting. Looks like bad output from a gpt or Google search.