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

Re: [PLUG] Using curl for file transfer

2021-02-09 Thread Tomas Kuchta
Is the GUI opensource? Could you modify the code to properly handle @ in the user name? This does not look like curl problem - in my experience curl command line accepts @ in --user without issues. I am sorry, I was hoping that there is curl command line involved somehow. -T On Tue, Feb 9,

Re: [PLUG] Using curl for file transfer

2021-02-09 Thread Michael Barnes
On Tue, Feb 9, 2021 at 7:28 PM Tomas Kuchta wrote: > On Tue, Feb 9, 2021, 15:41 Ken Stephens > wrote: > > > Single quotes around the email addess? > > > > . > > > I think that there may be more to the problem description. > > Curl is command line tool OP mentions box/window - that would suggest

Re: [PLUG] Using curl for file transfer

2021-02-09 Thread Tomas Kuchta
On Tue, Feb 9, 2021, 15:41 Ken Stephens wrote: > Single quotes around the email addess? > > . I think that there may be more to the problem description. Curl is command line tool OP mentions box/window - that would suggest some GUI contraption where escaping or quoting will not work as in

Re: [PLUG] Using curl for file transfer

2021-02-09 Thread Ken Stephens
Single quotes around the email addess? On Tue, Feb 9, 2021 at 12:09 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

Re: [PLUG] Using curl for file transfer

2021-02-09 Thread Bill Barry
On Tue, Feb 9, 2021 at 2:09 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

[PLUG] Using curl for file transfer

2021-02-09 Thread Michael Barnes
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