Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #21005 > unrolled thread

Contact a ftp-server

Started byBugHunter <bughunter@com.invalid>
First post2015-07-15 02:10 +0200
Last post2015-07-15 08:04 +0100
Articles 5 — 3 participants

Back to article view | Back to comp.mobile.android


Contents

  Contact a ftp-server BugHunter <bughunter@com.invalid> - 2015-07-15 02:10 +0200
    Re: Contact a ftp-server Andy Burns <usenet.feb2014@adslpipe.co.uk> - 2015-07-15 07:19 +0100
      Re: Contact a ftp-server BugHunter <bughunter@com.invalid> - 2015-07-15 12:08 +0200
        Re: Contact a ftp-server Andy Burns <usenet.feb2014@adslpipe.co.uk> - 2015-07-15 11:23 +0100
    Re: Contact a ftp-server Bob Martin <bob.martin@excite.com> - 2015-07-15 08:04 +0100

#21005 — Contact a ftp-server

FromBugHunter <bughunter@com.invalid>
Date2015-07-15 02:10 +0200
SubjectContact a ftp-server
Message-ID<mo48db$80f$2@dont-email.me>
Is it possible to connect to a ftp-sever
with a script or settings?

-- 
____________________________________________
                             Bye, BugHunter.

[toc] | [next] | [standalone]


#21017

FromAndy Burns <usenet.feb2014@adslpipe.co.uk>
Date2015-07-15 07:19 +0100
Message-ID<58SdnYuSn6_4ZjjInZ2dnUU78cmdnZ2d@brightview.co.uk>
In reply to#21005
BugHunter wrote:

> Is it possible to connect to a ftp-sever
> with a script or settings?

By entering the URL into a web browser

<ftp://your.ftp.server/the/path>

authentication should work (or just use anonymous login) but I would 
only expect downloads, not uploads, for any more you'd need a dedicated 
FTP client app, or you could use a javascript FTP library within the 
browser e.g. <https://github.com/sergi/jsftp>



[toc] | [prev] | [next] | [standalone]


#21022

FromBugHunter <bughunter@com.invalid>
Date2015-07-15 12:08 +0200
Message-ID<mo5bfa$382$1@dont-email.me>
In reply to#21017
Andy Burns <usenet.feb2014@adslpipe.co.uk> schreef op Wo 15 Jul 2015 om 07:19:
> BugHunter wrote:
> 
> > Is it possible to connect to a ftp-sever
> > with a script or settings?
> 
> By entering the URL into a web browser
> 
> <ftp://your.ftp.server/the/path>
> 
> authentication should work (or just use anonymous login) but I would 
> only expect downloads, not uploads, for any more you'd need a dedicated 
> FTP client app, or you could use a javascript FTP library within the 
> browser e.g. <https://github.com/sergi/jsftp>


I try:
<ftp://usename:password@your.ftp.server/the/path>

-- 
____________________________________________
                             Bye, BugHunter.

[toc] | [prev] | [next] | [standalone]


#21023

FromAndy Burns <usenet.feb2014@adslpipe.co.uk>
Date2015-07-15 11:23 +0100
Message-ID<RMydnaaFgtoLqTvInZ2dnUU78XednZ2d@brightview.co.uk>
In reply to#21022
BugHunter wrote:

> I try:
> <ftp://usename:password@your.ftp.server/the/path>

IME browsers have FTP rejected credentials in the URL for plenty of years.

[toc] | [prev] | [next] | [standalone]


#21019

FromBob Martin <bob.martin@excite.com>
Date2015-07-15 08:04 +0100
Message-ID<d0mf05FopbhU1@mid.individual.net>
In reply to#21005
in 21208 20150715 011010 BugHunter <bughunter@com.invalid> wrote:
>Is it possible to connect to a ftp-sever
>with a script or settings?

google "ftp +script +.netrc"

[toc] | [prev] | [standalone]


Back to top | Article view | comp.mobile.android


csiph-web