Git Product home page Git Product logo

sftpmodule's People

Contributors

criccle avatar mcpoowl avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sftpmodule's Issues

FTPS

Any plans to incorporate FTPS?

Deprecations in Mendix 6.9

The SFTP module is giving 5 deprecation warnings in v6.9 as follows:

'Traversing association 'SFTP.Document_Connection' from persistable entity 'SFTP.Connection' to non-persistent entity 'SFTP.Document' is deprecated. In Mendix 7 this will no longer be allowed'

So it looks like the module will no longer work when Mendix 7 is released

Configuration Question

Paul,

I am struggling with getting this working - most of the issue is that I am an FTP newbie.

I installed the module, configured it and got it working with no issues on my local machine. I pointed it to an ftp site I set up at www.brickftp.com and was able to retrieve files with no issues.

When I deploy to the cloud, I get errors in the log. error messages look something like:

Apr 21 14:54:09.377 127.0.0.1 tr10000: ERROR - (S)FTP: (1/63) org.apache.commons.net.MalformedServerReplyException: Could not parse response code.
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (2/63) Server Reply: Protocol mismatch.
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (3/63)
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (4/63) at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:337)
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (5/63) at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:294)
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (6/63) at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:483)
Apr 21 14:54:09.380 127.0.0.1 tr10000: ERROR - (S)FTP: (7/63) at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:608)
Apr 21 14:54:09.380 127.0.0.1 tr10000: ERROR - (S)FTP: (8/63) at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:582)
Apr 21 14:54:09.380 127.0.0.1 tr10000: ERROR - (S)FTP: (9/63) at org.apache.commons.net.ftp.FTP.quit(FTP.java:864)

etc. etc. I attached the whole error stack to this issue as a file.
FTPErrorMessage.txt

I have not set up SSH keys or any other security settings in the cloud installation. Can you give me a beginner's run down of how to go about doing that? Also, if you see something in the errors that may give me a direction to go in to resolve this, I would really appreciate it.

Thanks,

Mike

Rename file feature fails

I noticed that the file rename feature does not work. The cause lies in the fact that the OldFilename value is changed in the Connection object without a commit. After setting the new file name on the screen, the processing microflow retrieves the connection based on a database retrieve of Account. As a result, the 'old' instance of Connection will be retrieved over association which does not include the latest OldFilename value.

The fix would be to change the SUB_GetCurrentAccount microflow to cast the Account from memory instead of doing a database retrieve each time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.