On 2020-01-18 20:09, Russell L. Harris wrote:
On Sat, Jan 18, 2020 at 07:21:43PM +0100, deloptes wrote:
mick crane wrote:
I scp the files to a temp directory in my home directory on the
server
then ssh into the server, su to root, change the permissions and
ownerships of the files then move th
On Sat, Jan 18, 2020 at 07:21:43PM +0100, deloptes wrote:
mick crane wrote:
I scp the files to a temp directory in my home directory on the server
then ssh into the server, su to root, change the permissions and
ownerships of the files then move them to /var/www/html/
for testing I usually con
mick crane wrote:
> It's a bit convoluted.
> I scp the files to a temp directory in my home directory on the server
> then ssh into the server, su to root, change the permissions and
> ownerships of the files then move them to /var/www/html/
for testing I usually configure something meaningful in
On 2020-01-09 06:16, Russell L. Harris wrote:
For development of a web pages, I installed Apache2 on another machine
in the LAN so that I can FTP web pages from the development machine to
the web server and view the pages from the development machine.
But the installation of Apache2 on Buster se
Russell L. Harris wrote:
> On Tue, Jan 14, 2020 at 07:56:41PM +0530, rajudev wrote:
>> This is what I use when I am testing something on my local machine
>> $ python3 -m http.server
>
> Thanks. Someone previously mentioned a phython server built into
> hugo, but did not give details.
ah, i didn
On Tue, Jan 14, 2020 at 07:56:41PM +0530, rajudev wrote:
This is what I use when I am testing something on my local machine
$ python3 -m http.server
Thanks. Someone previously mentioned a phython server built into
hugo, but did not give details.
This serves my need, and saves time by circumve
On ९/१/२० ११:४६ म.पू., Russell L. Harris wrote:
> For development of a web pages, I installed Apache2 on another machine
> in the LAN so that I can FTP web pages from the development machine to
> the web server and view the pages from the development machine.
>
> But the installation of Apache2 on
There's also sftp. It's in the openssh-client package.
Thanks; I see that it is loaded, and I just printed out the man page.
... a Windows person
Them's fighting words...
Or mounting the directory using sshfs (which is an SFTP client) and
then using your local file management tools.
sshf
To be honest, I'd forgotten about SSH FTP as it isn't something of the
suite that I ever use. FTPS is the correct protocol that I use with
Filezilla and with an automated script that uploads my weather data
every five minutes to the Web host.
- Nate
--
"The optimist proclaims that we live in t
On 1/10/2020 5:52 PM, Russell L. Harris wrote:
> On Fri, Jan 10, 2020 at 09:54:34AM -0500, Dan Ritter wrote:
>>> ... whether rsync is an option.
>> Sure, as long as you run it over ssh. The default in Debian is to
>> run rsync over ssh, but it can also be explicitly invoked that way:
>> rsync -av
On Fri, Jan 10, 2020 at 04:52:36PM +, Russell L. Harris wrote:
> For shared hosting, Hostgator offers:
>
> (1) SFTP (SSH FTP, port 22)
> (2) FTPS (FTP over SSL or TLS, port 21)
> (3) SSH (ssh -p cpanel...@ip.add.re.ss)
OK, that's quite reasonable.
> Searching packages in the Debian 9 (S
On Fri, Jan 10, 2020 at 09:54:34AM -0500, Dan Ritter wrote:
... whether rsync is an option.
Sure, as long as you run it over ssh. The default in Debian is to
run rsync over ssh, but it can also be explicitly invoked that way:
rsync -av --rsh=ssh host::module /dest
rsync -av -e "ssh -l ssh-user"
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Greg Wooledge wrote:
> On Fri, Jan 10, 2020 at 02:29:51PM -, Dan Purgert wrote:
>> SFTP (SSH) has basically zero to do with RFC959 FTP; and provided that a
>> target host already allows SSH logins, SFTP is quite likely already
>> there. I'm actu
Russell L. Harris wrote:
>
> But now it seems that my first concern should be with FTP to the
> server of Hostgator. And in the case of a remote shared server, I
> question whether rsync is an option.
Sure, as long as you run it over ssh.
The default in Debian is to run rsync over ssh, but it
On Fri, Jan 10, 2020 at 02:29:51PM -, Dan Purgert wrote:
> SFTP (SSH) has basically zero to do with RFC959 FTP; and provided that a
> target host already allows SSH logins, SFTP is quite likely already
> there. I'm actually surprised a hosting party would recommend RFC-959
> FTP at all (SSL or
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nate Bargmann wrote:
> [...]
> I would ask if their Web host supports Secure FTP, which is FTP using
> SSL, AIUI. I use it for my Web Host updates, in fact it was recommended
> by the host owner/ope
On Thu, Jan 09, 2020 at 06:22:00PM -0600, Nate Bargmann wrote:
> * On 2020 09 Jan 14:29 -0600, Russell L. Harris wrote:
> > But now it seems that my first concern should be with FTP to the
> > server of Hostgator. And in the case of a remote shared server, I
> > question whether rsync is an option
* On 2020 09 Jan 14:29 -0600, Russell L. Harris wrote:
> But now it seems that my first concern should be with FTP to the
> server of Hostgator. And in the case of a remote shared server, I
> question whether rsync is an option.
I would ask if their Web host supports Secure FTP, which is FTP usin
In this message, I respond to several suggestions:
On Thu, Jan 09, 2020 at 08:37:12AM -0500, Greg Wooledge & others wrote:
One way would be:
https://httpd.apache.org/docs/2.4/mod/mod_userdir.html
I thank you for the link.
More as an alternative to apache on an another host:
- using the buil
On Thu, Jan 09, 2020 at 01:40:49PM -0500, Dan Ritter wrote:
Greg Wooledge wrote:
If a web/storage provider doesn't offer at *least* SFTP access in 2020,
it's time to find a new provider.
https://www.hostgator.com/help/article/secure-ftp-sftp-and-ftps
TL;DR: they support SFTP, which is appropr
Greg Wooledge wrote:
> On Thu, Jan 09, 2020 at 06:29:57PM +, Russell L. Harris wrote:
> > But I do have a web hosting account with Hostgator which provides
> > shared hosting; and I am not aware of a mechanism other than FTP to
> > get web content from here to that remote server.
>
> If a web
On Thu, Jan 09, 2020 at 06:29:57PM +, Russell L. Harris wrote:
> But I do have a web hosting account with Hostgator which provides
> shared hosting; and I am not aware of a mechanism other than FTP to
> get web content from here to that remote server.
If a web/storage provider doesn't offer at
On Thu, Jan 09, 2020 at 06:16:51AM +, Russell L. Harris wrote:
> For development of a web pages, I installed Apache2 on another machine
> in the LAN so that I can FTP web pages from the development machine to
> the web server and view the pages from the development machine.
>
> But the install
On Thu, 2020-01-09 at 06:16 +, Russell L. Harris wrote:
> For development of a web pages, I installed Apache2 on another machine
> in the LAN so that I can FTP web pages from the development machine to
> the web server and view the pages from the development machine.
Do your pages use any serv
On 1/9/2020 7:16 AM, Russell L. Harris wrote:
> For development of a web pages, I installed Apache2 on another machine
> in the LAN so that I can FTP web pages from the development machine to
> the web server and view the pages from the development machine.
>
> But the installation of Apache2 on Bu
25 matches
Mail list logo