ftp
Here are 940 public repositories matching this topic...
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
I want to use the SFTP protocol to create folders on the remote SFTP server, without specifying the curl option. The option created on the FTP protocol is "CURLOPT_FTP_CREATE_MISSING_DIRS".
Do you have any corresponding SFTP options?
Thanks for any help.
1 In History, select multiple captures
2 Execute SHIFT+F10, Copy, FIlename
3 Inspect clipboard
Expected: multiple filenames
Observed: one filename - from focussed capture
Workaround: ??
secure sha1
I noticed in https://github.com/git-ftp/git-ftp/blob/master/man/git-ftp.1.md
It saves the deployed state by uploading the SHA1 hash in the .git-ftp.log
I do not know what this file will do.
- If is for secure I proposes to use sha256 instead sha1
Reason - sha1 is not enough secure
https://en.wikipedia.org/wiki/Hash_function_security_summary - If is for check collisions / errors, maybe
SFTP access
-
Updated
May 24, 2020 - PHP
It would be nice if either he official docker-compose file or the documentation itself would include volumes for config persistency. The old structure mentioned #113 has changed some time ago.
Example:
volumes:
- /local/path/filestash/config/:/app/data/state/config/
- /local/path/filestash/db/:/app/data/state/db/
Describe the bug
The Wiki describes install instructions for VVV, but these are manual instructions that would need to be redone on every new VM, and don't use the official way to install things
Expected behavior
Instructions on how to add a utility to config/config.yml that installs wordmove
https://varyingvagrantvagrants.org/docs/en-US/utilities/
Literally just cre
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
FTP OS: Unix
FTP Server: ProFTPD
Computer OS: Windows 10
Many functions result in Socket-related issues.
Logs :
<paste logs here but DO
-
Updated
Jun 17, 2020 - Shell
Talking about https://docs.pyfilesystem.org/en/latest/reference/walk.html#fs.walk.BoundWalker.dirs and maybe walk.files is affected as well.
The documentation talks about (emphasis by me):
dirs(path='/', **kwargs)
Walk a filesystem, yielding ABSOLUTE paths to directories.
and
filter_dirs (list, optional) – A list of patterns that will be used to match directori
On these pages:
https://github.com/giampaolo/pyftpdlib
http://pythonhosted.org/pyftpdlib/benchmarks.html
pyftpdlib vs. vsftpd 2.3.5
300 concurrent clients (QUIT)
pyftpdlib 0.03 secs
vsftpd 0.01 secs
speedup +0.14x
But it looks like a slowdown of x3 to me.
Also, on this page:
https://github.com/giampaolo/pyftpdlib
pyftpdlib vs. vsftpd 2.3.5
The "vsftpd" column is mislabeled "proftpd".
In issues like #356 a vague error message does not make clear that the platform does not support symbolic links. It would be helpful if there were documentation for this.
-
Updated
Jun 17, 2020 - Java
On your how to / api example it reads:
const ftp = new Ffp({
host: 'localhost',
port: 3333,
....
Did you mean Ftp? What is Ffp?
-
Updated
Aug 14, 2019 - Python
When setting the monitor.tail property, it's possible to tail/update only filenames, and not directories:
So, when a support for a recursive structure is required, it can be done in a way like this:
`connect.ftp.monitor.tail=/**:
You already fixed the technical conflict here: amosavian/FileProvider#53. But the confusion remains.
I thought this project contains native FileProvider extension at first.
I think you should rename it to make it more distinguishable from Apple's framework.
-
Updated
Mar 20, 2018
-
Updated
Jun 17, 2020 - C++
-
Updated
Dec 25, 2019 - Python
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
Undocumented config
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
Sometimes http actions returns multiline message, but message is shortened only to first line in CLI. Would be nice to enable full log output even to CLI. Or also other actions can return multiline message.
Pull request is attached below.
-
Updated
Jan 2, 2020 - JavaScript
Improve this page
Add a description, image, and links to the ftp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ftp topic, visit your repo's landing page and select "manage topics."


rclone v1.48.0
ncdu shows empty files as:
@ 0.0 B [ ] emptyfile
..and empty folders as:
e 0.0 B [ ] /emptyfolder
Could rclone ncdu get the indicators as well?