-
**Current behavior:**
The FTP server URL, user, password are currently hard coded in the fecthing function.
**Expected behavior:**
It shall be possible to call the fetching function by insert…
-
Hi Andr3as,
I don't know if I can contribute to this plugin? But I like to add a ftp-secure (ftps) option to the FTP codetransfer. Some servers I work with are using FTPS instead of regular FTP for m…
-
```
When trying to connect any:21, ALG intercepts connection. For connection
initiator it looks like succeeded connection.
I don't think this could be changed under python layer and there are only
tw…
-
```
When trying to connect any:21, ALG intercepts connection. For connection
initiator it looks like succeeded connection.
I don't think this could be changed under python layer and there are only
tw…
-
Currently the ftp://ftp.freetds.org/pub/freetds/ is down and it causes all `gem install tiny_tds -v "1.3.0"` commands to fail. Unfortunately in environments like AWS Elastic Beanstalk (Amazon Linux, f…
-
The walk function works correctly on server with standard behaviour.
for example ftp://bo.mirror.garr.it/
It outputs line formatted like this
```
modify=20081125111318;perm=adfr;size=24;type=OS.u…
-
It would be awesome if there was a way to expose a VFS over a ftp server. Which would be awesome for providing FTP access on servers where FTP is not provided, as well as allowing a FTP interface too …
-
It would be useful to export the app data, which would include, for example :
- Added external supports like SMB servers
- Bookmarks
- The FTP server config
- All the apps settings
Personall…
-
I added a new FTP server and it doesn't work. I get an error when I try to connect.
I don't know what could be causing this issue, because other ftp servers work.
![image](https://cloud.githubusercon…
-
```
To login into a FTP server a username and password are needed, although some
servers also require an account (ACCT) for user identification.
Probably this can be fixed by customizing how PHP co…