Skip to content
#

ftp

Here are 940 public repositories matching this topic...

nyurik
nyurik commented Dec 16, 2019

This is more of a question, as I couldn't find it in the documentation. Does aria2 do any checks when downloading a file from multiple sources to ensure all of them are actually referencing the same file? Some basic checks might be based on comparing: 1) file size, 2) date (might not be consistent or even available), 3) first and last few bytes, 4) small chunk overlap, and compare the small ove

wordmove
static-site-boilerplate
Andrew1431
Andrew1431 commented Apr 9, 2020

Describe the bug
In your documentation, it clearly states:

You may add as many html pages as you’d like to the root level directory, they will automatically be copied and minified into the dist/ folder upon building your site.

So I don't know if this a bug report or a feature request:

I want users to be able to visit website.com/survey instead of survey.html so I've put a

danielwolbe
danielwolbe commented Sep 11, 2019

When setting the monitor.tail property, it's possible to tail/update only filenames, and not directories:

https://github.com/Landoop/stream-reactor/blob/master/kafka-connect-ftp/src/main/scala/com/datamountaineer/streamreactor/connect/ftp/source/FtpFileLister.scala#L41

So, when a support for a recursive structure is required, it can be done in a way like this:
`connect.ftp.monitor.tail=/**:

K8Cscan大型内网渗透自定义插件化扫描神器,包含信息收集、网络资产、漏洞扫描、密码爆破、漏洞利用,程序采用多线程批量扫描大型内网多个IP段C段主机,目前插件包含: C段旁注扫描、子域名扫描、Ftp密码爆破、Mysql密码爆破、Oracle密码爆破、MSSQL密码爆破、Windows/Linux系统密码爆破、存活主机扫描、端口扫描、Web信息探测、操作系统版本探测、Cisco思科设备扫描等,支持调用任意外部程序或脚本,支持Cobalt Strike联动

  • Updated Dec 25, 2019
  • Python
JayDi85
JayDi85 commented Feb 13, 2020

Docker's ftp virtual user (FTP_USER_NAME) uses default UID:GID as 1000:1000. So that's ID maps to host machine's user with same IDs and must be prevelegy compatible. If not then access denied error possible (error 500) on login or files operations.

Two important things missing from documentation:

  • 1000:1000 must have access to FTP_USER_HOME on host;
  • 1000:1000 must have read/write acces
kkevindev
kkevindev commented Apr 18, 2019

Description

README.md show's:

FTP & FTPS Configuration Options

{
    "protocol": "ftp",
    "host": "example.com", // string - The hostname or IP address of the FTP server. Default: 'localhost'
    "port": 21, // integer - The port of the FTP server. Default: 21
    "user": "user", // string - Username for authentication. Default: 'anonymous'
    "pass": "pass", // strin

Improve this page

Add a description, image, and links to the ftp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ftp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.