ftpgrab
ftpgrab copied to clipboard
Grab your files periodically from a remote FTP or SFTP server easily
Hello, Serait-il possible (et pas trop compliqué) d'implémenter l'envoi de notifications vers Discord, comme tu as pu le faire sur Diun ? Merci d'avance pour ton retour !
So I can connect to the SFTP site, however I need to add a bunch of folders as sources and have each folder compare to a local folder with a...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/crazy-max/ftpgrab/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...
### Behaviour Tool can't work with server containing folders with cp1251 charset #### Steps to reproduce this issue 1. Run docker container with FTP server that contain folders in cp1251...
### Behaviour When ftp server has directory name contains "([.", read directory fail. it seem that ftpgrab add \\ to the directory path. for a directory nammed "lol.dir" ftpgrab want...
It would be a nice feature to remove the local files that no longer exist on the source server. The actual implementation does not remove these files and the local...
### Behaviour #### Steps to reproduce this issue 1. Make config file with proper credentials 2. Start FTP Grabber 3. FTP Grabber starts to download, but single file simultaneously ####...
Taken from #57 * Detect if the file is not being written before downloading it. * Or with a filter on the suffix of the file name.
Taken from #57 Add support for placeholder on sources paths. * date: `/data/{{ .Date.Format "2006 Jan 02" }}/` * regexp: `^/data/\d{8}/` * ...
### Behaviour I'd like to sync my files and put it in daily directories. For example, a config like this : ``` download: output: Y:\ncoming\{{ date.Ymd }} ```