The first page is the generic FTP config page and does not address what my issue is. But thank you/
The second link is pretty much the same.
The third link goes to a thread of an problem that is similar to mine. No conclusion or solution just… “the problems seems to have worked its self out”
Thanks Mark.
Does you host support SFTP? If so, definitely try that. It’s much more secure than using FTP, which sends everything (including your password) in the clear (unencrypted).
If you try SFTP, clear the Path field and browser to select the roper folder. Most of the time the path is different when login in via FTP vs SFTP.
as a workaround, you can export your site to a local directory then sftp its files up to your server using an independent third party ftp client such as Transmit.
Mark or anybody.
After having many months of problems with my host (who I will dump when my prepaid contract runs out) I now am very careful and organized in how I proceed.
Read - Read More - Ask Questions - More Questions. Then try the simplest steps.
I need a simple, step by step, omitting not even the smallest detail, of how to FTP or FTPS to my host server. If someone would explain what happens to all the files on the server when you FTP, that would be a a real plus. This may seem like a super beginner request, rest assured that I probably also asked this same question a decade ago on the prior forum. It took me months to undo the mess that uninformed techs did to my server last year. I just need to be simplistic.
Thanks Marty
I’m sure we can help you here. Please first specify whether you’re asking what happens in RW (which version are you using?) when you publish and/or how to upload a locally-published site via a third party client such as Transmit; it’s common practice for RW users to resort to independent upload like this when publishing fails.
One initial bit of clarification: during the early days of the internet (say, 1970’s and 1980’s) its pioneers based a lot of the architecture on what was (and really, what remains) the most reliable network protocols (the ‘rules’ for connection, transfer, delivery etc) on Unix.
On Unix machines files were moved from one machine to another using ‘File Transfer Protocol’. Because intended for moving files between local machines, and before scammers, spammers and generally ill-intentioned people, FTP became inappropriate (because it is not secure) for the kind of file transfer needed on a Wide Area Network like the internet, which you use to get your website’s files from your Mac to your host. So SFTP (SSH File Transfer Protocol, where ‘SSH’ is the currently most used and most secure way to connect machines because data passed between them is encrypted) was developed - and should be used wherever possible.
So, what sort of trouble are you having? What works? What has failed? How do you wish to use RW? Is it failing to publish as expected? Have you read all the docs and pages on common troubleshooting?