Re: [PLUG] Using curl for file transfer

2021-02-11 Thread Michael Barnes
On Tue, Feb 9, 2021 at 12:08 PM Michael Barnes 
wrote:

> I use a program that uses curl to automate ftp file transfers. The problem
> I have run into is the username for the ftp account is an email address (
> u...@host.com). When I enter the information in the window to edit the
> downloads, I put in the host information, then in the user box, I put
> u...@host.com. Unfortunately, the download failed. It was suggested to
> escape the @, so I tried user\@host.com, but the program did not accept
> the \. When I typed it, it just didn't show up.
>
> So, any curl experts out there can help me put the @ in the username?
>
> Thanks,
> Michael
>
>
After some more testing, I think I found the problem. It wasn't in the
username after all.  The host is using FTP over TLS, so I need to use ftps.
That gives me a command line of

curl -u u...@host.com:password ftps://hostname.com/path/file.mp3

which eventually times out with the error "curl: (7) Failed connect to
hostname.com:990; Connection timed out"

I then discovered that there are two modes of FTP over TLS. There is
explicit using port 21 and implicit on port 990. After testing with
Filezilla, I find that explicit works and implicit does not.

Now I need a way to get curl to use port 21 instead of 990.

Thanks for any ideas.

Michael
___
PLUG: https://pdxlinux.org
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Web site access issues

2021-02-11 Thread Rich Shepard

On Thu, 11 Feb 2021, Michael Rasmussen wrote:


Do you have a Twitter account?


Nope.


I don't know why, but whenever I have run into a problem with a company, I
tweet about it. Direct to their Twitter account. I get results.


I've had good experiences (except for the conglomerate owning Mr Coffee)
communicating via email with their 'contact us' address.

Example: Cusinart. I looked on their web site for a whip for my stick
blender model; none was shown. I wrote to them and after a couple of email
exchanges they sent me one for free as my model has been discontinued.

Thanks for the suggestion,

Rich
___
PLUG: https://pdxlinux.org
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Web site access issues

2021-02-11 Thread Russell Senior
I meant that you could inquire about the apparently broken website. If
someone could confirm what you were attempting was working for them, it
would narrow the problem.

On Thu, Feb 11, 2021, 09:10 Rich Shepard  wrote:

> On Thu, 11 Feb 2021, Russell Senior wrote:
>
> > Have you tried contacting your bank by phone to inquire?
>
> Russell,
>
> Yep. My banker will be back in today. The problem is that for this program
> corporate changed the previous procedures and I've been trying to work with
> someone in Bellingham, WA, rather than the local bankers I've worked with
> for more than a decade.
>
> Since branch staff have been cut back they have a couple of empty offices
> and I'll see if I can access their portal using a branch machine.
>
> Rich
> ___
> PLUG: https://pdxlinux.org
> PLUG mailing list
> PLUG@pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>
___
PLUG: https://pdxlinux.org
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Web site access issues

2021-02-11 Thread Rich Shepard

On Thu, 11 Feb 2021, Russell Senior wrote:


Have you tried contacting your bank by phone to inquire?


Russell,

Yep. My banker will be back in today. The problem is that for this program
corporate changed the previous procedures and I've been trying to work with
someone in Bellingham, WA, rather than the local bankers I've worked with
for more than a decade.

Since branch staff have been cut back they have a couple of empty offices
and I'll see if I can access their portal using a branch machine.

Rich
___
PLUG: https://pdxlinux.org
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Web site access issues

2021-02-11 Thread Russell Senior
Have you tried contacting your bank by phone to inquire?

On Thu, Feb 11, 2021, 08:29 Rich Shepard  wrote:

> On Thu, 11 Feb 2021, Ken Stephens wrote:
>
> > Dick,  Rich, and Jason,
> >
> > Try clearing your cache, cookies, etc. If that does not work, then maybe
> > snail mail?:-)
>
> Ken,
>
> Everything's cleared when I log out. Must be done online.
>
> Thanks,
>
> Rich
> ___
> PLUG: https://pdxlinux.org
> PLUG mailing list
> PLUG@pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>
___
PLUG: https://pdxlinux.org
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Web site access issues

2021-02-11 Thread Rich Shepard

On Thu, 11 Feb 2021, Ken Stephens wrote:


Dick,  Rich, and Jason,

Try clearing your cache, cookies, etc. If that does not work, then maybe
snail mail?:-)


Ken,

Everything's cleared when I log out. Must be done online.

Thanks,

Rich
___
PLUG: https://pdxlinux.org
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Web site access issues

2021-02-11 Thread Ken Stephens
Dick,  Rich, and Jason,

Try clearing your cache, cookies, etc.   If that does not work, then maybe
snail mail?:-)

Ken

On Wed, Feb 10, 2021 at 4:44 PM Rich Shepard 
wrote:

> On Wed, 10 Feb 2021, Dick Steffens wrote:
>
> > In Firefox, did you try, from the menu, [ File > New Private Window
> > Ctrl+Shift+P ]?
>
> Dick,
>
> No. Never noticed that the few times I looked at the File menu.
>
> Just now I tried it and still no joy at that web site.
>
> Thanks for the lesson,
>
> Rich
> ___
> PLUG: https://pdxlinux.org
> PLUG mailing list
> PLUG@pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>
___
PLUG: https://pdxlinux.org
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug