Re: Connecting to FTP

2019-05-01 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > I run an FTP server for my clients. All of the connections are secure FTP > - port . > > I can’t get the FTP_Login to work. I assume that it is using regular FTP, > port 21. > > I tried ###.###.###.###: for the address, but no joy. > > Any Ideas? > >

Re: Connecting to FTP

2019-05-01 Thread Keisuke Miyako via 4D_Tech
I am reluctant to include v14 and v15 in the versions list because I no longer have them installed on my computer. technically, though, v14 and above share the same plugin architecture. > 2019/05/01 16:26、Robert McKeever via 4D_Tech <4d_tech@lists.4d.com>のメール: > > Unfortunately, The plug-in is

Re: Connecting to FTP

2019-05-01 Thread Robert McKeever via 4D_Tech
Unfortunately, The plug-in is for V16 and v17. The client is v15. > On Apr 30, 2019, at 7:05 PM, Chuck Miller via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I believe you can’t do secure ftp this way. I think the famous Miyako wrote a > wrapper plugin for curl. Check his site out > >

Re: Connecting to FTP

2019-04-30 Thread John DeSoi via 4D_Tech
Sorry, I missed the word "secure" in your description; I thought you just changed the the FTP port to . Secure FTP (SFTP) is a completely different protocol from FTP. It is not supported by 4D IC. John DeSoi, Ph.D. > On Apr 30, 2019, at 9:03 PM, Robert McKeever via 4D_Tech >

Re: Connecting to FTP

2019-04-30 Thread Robert McKeever via 4D_Tech
IT_SetPort returns 0. The FTP Login returns 10032 - Unknown or invalid response. > On Apr 30, 2019, at 5:32 PM, John DeSoi via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Bob, > > You need to use the IT_SetPort command. > > John DeSoi, Ph.D. > > >> On Apr 30, 2019, at 6:49 PM, Robert

Re: Connecting to FTP

2019-04-30 Thread John DeSoi via 4D_Tech
Bob, You need to use the IT_SetPort command. John DeSoi, Ph.D. > On Apr 30, 2019, at 6:49 PM, Robert McKeever via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I run an FTP server for my clients. All of the connections are secure FTP - > port . > > I can’t get the FTP_Login to work. I

Connecting to FTP

2019-04-30 Thread Robert McKeever via 4D_Tech
I run an FTP server for my clients. All of the connections are secure FTP - port . I can’t get the FTP_Login to work. I assume that it is using regular FTP, port 21. I tried ###.###.###.###: for the address, but no joy. Any Ideas? _ Bob