Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.mobile.android > #21005 > unrolled thread
| Started by | BugHunter <bughunter@com.invalid> |
|---|---|
| First post | 2015-07-15 02:10 +0200 |
| Last post | 2015-07-15 08:04 +0100 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.mobile.android
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
| From | BugHunter <bughunter@com.invalid> |
|---|---|
| Date | 2015-07-15 02:10 +0200 |
| Subject | Contact 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]
| From | Andy Burns <usenet.feb2014@adslpipe.co.uk> |
|---|---|
| Date | 2015-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]
| From | BugHunter <bughunter@com.invalid> |
|---|---|
| Date | 2015-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]
| From | Andy Burns <usenet.feb2014@adslpipe.co.uk> |
|---|---|
| Date | 2015-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]
| From | Bob Martin <bob.martin@excite.com> |
|---|---|
| Date | 2015-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