id
stringlengths 32
32
| text
stringlengths 0
895k
| name
stringlengths 0
33k
| domain
stringlengths 5
44
| bucket
stringclasses 19
values | answers
list |
---|---|---|---|---|---|
329508a79fa2052ed7fe6e03337dea83 | EnterpriseDT.Net.Ftp.Forms:?? FTPRemoteFileList, FTPLocalFileList, FTPController, FTPStatusBar
We have a sample app that uses these classes with edtFTPnet/PRO V8.6.5.20.? In trying to upgrade to the latest control version (9.1.3.20), the compiler generates warnings that the four classes are obsolete.
The Examples folder has VB modules which still reference these classes.
| When were these classes dropped and is there documentation for their replacement? | enterprisedt.com | 2019.51 | [
{
"text": "These classes were deprecated some years ago and have not been replaced.",
"name": "",
"is_accepted": false
}
] |
aa1b55378c4e255aa41424e65d1430ea | Currently domain users have to add the domain name as a prefix before user ID to get access to the FTP server (e.g. MYDOMAIN\username). Is there any way of avoiding this? | How can I avoid using the Windows domain as a prefix to the userid when logging in? | enterprisedt.com | 2020.40 | [
{
"text": "Yes, if you go to the User's panel and select *General User Settings*, you'll see where you can enter a default domain. Users belonging to the default domain will no longer have to prefix their userid with the domain name. \n \n\n",
"name": "",
"is_accepted": true
}
] |
f3ba66ccea36987babce002148250a4f | when will ecdsa-sha2-nistp256 be supported | enterprisedt.com | 2020.40 | [
{
"text": "Pretty soon - we're working on this now. I expect within a couple of months.",
"name": "",
"is_accepted": true
}
] |
|
67cbeb5b3484efce817a2b849d325b8b | The File Manager application allows users to log in via HTTPS and manage the files available in their CompleteFTP home directory. Occasionally users have complained that it displays as a blank white page. | Why do I get a white screen after logging into the File Manager? | enterprisedt.com | 2020.50 | [
{
"text": "This problem is almost always due to the max connections per user being set to a low figure. The File Manager uses multiple HTTPS connections, and so if users are limited to just a few connections, it won't display properly. Set the max connections per user to at least 50. \n\n",
"name": "",
"is_accepted": false
}
] |
568f5f9beef44ef49bf2f557d47fbb02 | Dears,
what is the version of SSH used in CompleteFTP?? , we have the Professional edition version 12.1.4 | SSH version used in CompleteFTP | enterprisedt.com | 2020.34 | [
{
"text": "version SSH 2.0",
"name": "",
"is_accepted": false
}
] |
5c5c37abc2e5dd1e3ede5c3df7a40391 | Hi,
I am not able to get source code for edtFTPD. As you claim it is based in ProFTPD, which has a GPL license, you should put that under the same license.
Thanks, | source code for edtftpd | enterprisedt.com | 2021.04 | [
{
"text": "I cannot find it anywhere on the website. Like the previous user mentioned it's under GPL and since you redistributed it already, you need to make the source accessible.",
"name": "",
"is_accepted": false
},
{
"text": "edtFTPD has been discontinued - development ceased a year or more ago - and the tweaks to the proFTPD source have been lost. Sorry.\n \n\n \nYou can download the original source from <http://www.proftpd.org/>.\n \n\n \nWe have left the binary there for download as there has still been a lot of demand for it.",
"name": "",
"is_accepted": false
}
] |
230656201d65487aad9abc2d4988f0d1 | Hi CompleteFTP,
We're about to embark on a journey to upgrade our two Enterprise, v8.0.0 servers (which are currently synchronized) to the latest version (10.1).
I've checked out your upgrade guides and rollback guides and it all looks pretty straight forward, however most of the information looked like it was for single server environments. I couldn't see any information that related to upgrading a cluster.
Are there any additional steps we need to take, or special order in which to do things? We'd like to keep at least one server up at all times so we don't have any downtime/outages.
Thanks in advance. | Upgrade a version 8.0.0 cluster to latest version | enterprisedt.com | 2020.05 | [
{
"text": "Please have a look at [this help article](https://enterprisedt.com/products/completeftp/doc/guide/html/howtoupgradecluster.html).\n\n",
"name": "",
"is_accepted": true
}
] |
2ea8a144fcc9aa10c91d6953d62db889 | Which protocols does CompleteFTP support? | Which protocols does CompleteFTP support? | enterprisedt.com | 2020.05 | [
{
"text": "CompleteFTP supports FTP, FTPS, SFTP, SCP and SSH (from version 4.0). \n\n \n\nFTPS is often described as FTP over an SSL connection, while SFTP is file transfer secured by SSH. SCP is an earlier form of secure copy which is also over SSH. CompleteFTP also supports SSH terminals. \n\n \n\nThe Standard Edition supports FTP, FTPS and SFTP. \n\n \n\nBoth SCP and SSH are additionally supported in the Professional Edition.",
"name": "",
"is_accepted": true
}
] |
9b6c0cbfb14544eeb2e391703d9f5be4 | Activation is failing. Why and how to deal with it? | Activation is failing. | enterprisedt.com | 2020.05 | [
{
"text": "We occasionally get emails that say something like: \n\n \n\n\"I have installed and registered our CompleteFTP server. Upon startup, I receive the message \"Mismatch in machine identifier, CompleteFTP is running in restricted mode.\"\" \n\n \n\nAlmost always, this is because the URL to activate (containing the machine id) has been manually copied from the CompleteFTP manager, and a mistake has been made (usually between I and l, and 0 and O). Please, don't manually copy the URL if at all possible - it is very easy to make a mistake.",
"name": "",
"is_accepted": true
}
] |
c404d0e6041ebfbeab0f470a6a421f9c | In other words, can it be set up separate HTTPS File Managers can be set up for different purposes? | Is it possible to set up more than one HTTPS File Manager in Complete FTP Professional? | enterprisedt.com | 2019.43 | [
{
"text": "Assuming that users access the different companies via different domain-names then, yes, you can make the login page look different for different companies.\n\nYou can do this by changing the script that generates the login page. You can find this script at\n\n\n```\nC:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP\\Login\\index.jss\n\n```\nIf you change the line:\n\n\n```\nresponse.writeUsingTemplateFile(\"template.html\", templateData);\n```\nto\n\n\n```\nresponse.writeUsingTemplateFile(\"template-\" + request.uriParts.host + \".html\", templateData);\n```\nthen the script will build the login page using files called:\n\n* template-company1.com.html\n* template-company2.com.html\n\nwhere company1.com and company2.com are the domain-names of two of the companies. Obviously you need to substitute the actual domain names. \n\nAll you need to do is copy the existing template.html file to those file-names and then customize each of them as required.\n\nDoes that make sense?\n\n",
"name": "",
"is_accepted": false
}
] |
1ec3d641e2c418241ad090b90b5d9caf | When connecting to an FTPS server (why does anyone use this protocol? ugh) the connection always fails when validating the certificate. The certificate is signed by a CA whose root certificate is in the Java keystore. HTTPS connections to a server using certificates signed by the same CA from the same JRE work fine, but the FTPS connection does not.
Is it necessary to tell the SSLFTPClient to use the default Java keystore? It seems like it should know to use this keystore to attempt to validate certificates. What am I missing? | How to load root certificates from Java keystore to validate FTPS connections? | enterprisedt.com | 2021.17 | [
{
"text": "Yes, you'll need to tell the client to use the default Java keystore. \n\nUse SSLFTPClient.getRootCertificateStore() to get the SSLFTPCertificateStore. This class has [various methods](https://enterprisedt.com/products/edtftpjssl/doc/api/com/enterprisedt/net/ftp/ssl/SSLFTPCertificateStore.html) to load keystores, including the Java keystore. \n\n",
"name": "",
"is_accepted": false
}
] |
6399a9a2f004911f598daf5b3919e531 | A customer recently asked:
> I have an issue with a batch script that works perfectly in the windows world but when applied to the CompleteFTP Trigger/Batch Script it seems to fail to compare the first 5 characters of the file name.
> Can you advise of a script that will work in the CompleteFTP shell, don't mind if its not a batch script that will allow me to check for file name starting with "KEEP-" and where value not true to delete the file?
>
> Batch script value that is failing is:
> SET checkname=%FileName:~0,5%
> IF /I NOT "%checkname%"=="KEEP-" DEL /F /Q "%WindowsPath%"
>
>
| CompleteFTP batch script failing | enterprisedt.com | 2020.05 | [
{
"text": "The solution was to assign %FileName% to another variable first:\n\n\n> SET checkname=%FileName% \n> SET checkname=%checkname:~0,5% \n> IF /I NOT \"%checkname%\"==\"KEEP-\" DEL /F /Q \"%WindowsPath%\"\n> \n> \n\n",
"name": "",
"is_accepted": true
}
] |
effe872ec30a049112c3d0267a226bd6 | Hi there,
We're getting a SFTPException: NotSSHServer on a specific server thats running our application with your library and I'm wondering if you can give me any ideas as to what could be wrong. We are using edtFTPnetPRO version 8.3.0.20.
This error only seems to happen when connecting from this server. Running the same application, connecting to the same server with the same credentials from any other PC/server seems to work.
Any idea what could be the issue?
Thanks very much!
Matt
Here's the log (with host info *obfuscated*):
INFO [LicenseProperties] 7 Mar 2013 17:24:59.976 : Licence expiry date: 12/31/9999
INFO [LicenseProperties] 7 Mar 2013 17:24:59.976 : Production license
DEBUG [FTPConnection] 7 Mar 2013 17:24:59.976 : Set LocalDirectory='C:\Users\admin\_cms\Desktop\SFtpTester'
DEBUG [SecureFTPConnection] 7 Mar 2013 17:24:59.976 : Set LocalDirectory to C:\Users\admin\_cms\Desktop\SFtpTester
INFO [LicenseProperties] 7 Mar 2013 17:24:59.976 : Licence expiry date: 12/31/9999
INFO [LicenseProperties] 7 Mar 2013 17:24:59.976 : Production license
DEBUG [SSHSCPClient] 7 Mar 2013 17:24:59.976 : Setting up fallback kbi prompt based on supplied password
DEBUG [HostNameResolver] 7 Mar 2013 17:25:00.038 : Resolving sftp.NOTREAL.com
DEBUG [HostNameResolver] 7 Mar 2013 17:25:00.038 : Obtained 1 addresses
DEBUG [HostNameResolver] 7 Mar 2013 17:25:00.038 : IP address: 123.45.67.891
DEBUG [HostNameResolver] 7 Mar 2013 17:25:00.038 : sftp.NOTREAL.com resolved to 123.45.67.891
DEBUG [SSHSCPClient] 7 Mar 2013 17:25:00.038 : Connecting directly to SFTP server 123.45.67.891:22
INFO [BaseSocket] 7 Mar 2013 17:25:00.038 : Connecting to 123.45.67.891:22 with timeout 120000 ms
DEBUG [BaseSocket] 7 Mar 2013 17:25:00.116 : Successfully connected to 123.45.67.891:22
DEBUG [SSHSCPClient] 7 Mar 2013 17:25:00.116 : Connected successfully to SFTP server 123.45.67.891:22
DEBUG [SSHConnection] 7 Mar 2013 17:25:00.116 : Beginning protocol negotiation
DEBUG [PlainSocket] 7 Mar 2013 17:25:00.163 : RepeatCallback received 0 bytes
ERROR [SSHFTPClient] 7 Mar 2013 17:25:00.163 : Failed to connect - closing connection
ERROR [SSHFTPClient] 7 Mar 2013 17:25:00.163 : EnterpriseDT.Net.Ftp.Ssh.SFTPException: NotSSHServer
ERROR [SSHFTPClient] 7 Mar 2013 17:25:00.163 : at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.Connect() | NotSSHServer error when connecting to SFTP Server | enterprisedt.com | 2021.04 | [
{
"text": "Given that you know it is an SFTP server, the best explanation seems that the IP address resolved from the hostname is wrong. Is the IP address correct?\n \n\n \nThe other possibility is that a firewall on this machine is interfering somehow.\n \n\n \nWhat happens when you use a different SFTP client like Filezilla to connect?",
"name": "",
"is_accepted": false
},
{
"text": "The IP address is correct. Its not a server I can access but I'll ask them to get another SFTP client on there and see if it works.\n \n\n \nThanks for the quick response! \n \nMatt",
"name": "",
"is_accepted": false
},
{
"text": "Hi, \n \nI'm having exactly the same error. \nI've tried to connect with a sFTP client (Filezilla) and it works. \nWhen I try to connect with enterprisedt library I get an exception \"NotSSHServer\". \n \nI'm using edtFTPnetPRO version 8.3.0.20 \n \nAny idea what could be the issue?",
"name": "",
"is_accepted": false
},
{
"text": "Forget this... I was trying to connect to a ftps server, not a sftp server. \nThe message \"NotSSHServer\" could be more specific anyway... \n \nKind regards, \n \nJoao",
"name": "",
"is_accepted": false
}
] |
3a2e301284051ec264980ef6991744f2 | Why SSLFTPClient throws a SSLPrematureCloseException? | SSLFTPClient throws a SSLPrematureCloseException. | enterprisedt.com | 2020.34 | [
{
"text": "This is generally because the FTP server has not correctly responded to the standard SSL/TLS closure exchange sequence. In this case, the server abruptly closes the connection without sending an acknowledgement to the client. The client can be prevented from waiting by setting DISABLE\\_SSL\\_CLOSURE:\n\n\n```\nSSLFTPClient ftp = new SSLFTPClient();\nftp.setConfigFlags(SSLFTPClient.ConfigFlags.DISABLE\\_SSL\\_CLOSURE) :\n\n```\n",
"name": "",
"is_accepted": true
}
] |
fe31b2679a05b1e8684fc711f2cce1f0 | Any news about .NET Core support for edtFTPnet/PRO? | edtFTPnet/PRO for .NET Core | enterprisedt.com | 2021.39 | [
{
"text": "UPDATE: Support for .NET CORE 3.1 was added in 9.8.0, which was released in January 2021.\n\n",
"name": "",
"is_accepted": true
}
] |
6cc153ae7db542569ef7e62a2369bdb0 | First off, thank you for that easy to use ftp libary. Sadly, I have a strange problem. My Java Programm runs on a AIX and USS (which is a UNIX under a HOST) both with the IBM JDK. On the AIX I have no problems at all but on the USS everything works except for the encoding. Let me give a example:
I can connect from the USS to every FTP Server an even browse , but when I get a directory listing or a text file (which is ASCII), the econding is something I can not read.
If in the Directory are two files called: angemeldet.sh and blik. ftp.dir() will give me | Encoding Problem probably with EBCDIC | enterprisedt.com | 2021.17 | [
{
"text": "After trying a lot of stuff (and learning about encoding conversion :-) ), i come to the conclusion that there is a bug in the IBM Virtual Machine on the USS. The transformation of encodings is probably not implementet. Once you got EBCDIC encoding you can not conevrt it bach to ASCII on the IBM VM on USS. \n \nSo the only workaround is to modify the InputStreamReader and give it a fixed encoding. Off Course yau have to modify the ASCII get/put Methods analog to this if you wish to use them:\n \n\n \nClass: FTPClient\n \nMethod: public String[] dir(String dirname, boolean full)\n \n\n \nCode:\n \n...\n \nLineNumberReader in =new LineNumberReader(\n \n new InputStreamReader(data.getInputStream(),\"Cp850\"));\n \n...\n \n\n \nI know its a ugly workaround, but thats the only way to get it run under a USS.\n \n\n \nGreetings Codon",
"name": "",
"is_accepted": false
},
{
"text": "Thanks for the info. \n \n\n \n\n> I know its a ugly workaround, but thats the only way to get it run under a USS. \n> \n> Greetings Codon\n\n",
"name": "",
"is_accepted": false
}
] |
39be303455c2396b831ecc1c946a0419 | Hi, I'm trying to use your library (edtftp-j-pro version 5.2.2) with ssh-ed25519 keys but the following error occurs:
DEBUG [SSHFTPClient] 27 giu 2017 14:26:06.513 : Created SFTP client.
giu 27, 2017 2:26:06 PM com.anritsu.ndaf.tools.core.output.ftp.FTPManager openConnection
INFO: Opening FTP connection to host: 172.28.55.82 ...
DEBUG [SSHFTPValidator] 27 giu 2017 14:26:06.524 : Loading known hosts file
WARN [AbstractKnownHostsKeyVerification] 27 giu 2017 14:26:06.528 : Failed to read key for host '172.28.55.83': ssh-ed25519 is not supported
at the end the following exception is thrown:
com.enterprisedt.net.ftp.ssh.SSHFTPKeyException: The host signature is invalid or the host key was not accepted!
Can you please confirm that ssh-ed25519 signature scheme is not currently supported? Is there any chance that it will be supported in new versions? Thanks, BR | ssh-ed25519 support | enterprisedt.com | 2020.10 | [
{
"text": "It's not supported right now but if and when it gets more popular we'll end up supporting it.",
"name": "",
"is_accepted": false
}
] |
8c495391196aad642fe448e02c627309 | My vulnerability reports says X-Content-Type-Options is missing from my HTTP headers. How do I add a security header for HTTP? | How do I add a security header to HTTP? | enterprisedt.com | 2020.05 | [
{
"text": "Go to the HTTP/HTTPS advanced setting and open the custom headers dialog box. You can add a new header. \n\nIn this case, add a header called \"X-Content-Type-Options\" and set its value to \"nosniff\".\n\n\n\n",
"name": "",
"is_accepted": false
}
] |
038a2b6d3e6732fad90315ef5e0f3efe | Can EDTFTPNET PRO be used in an SSIS to connect to a secured FTP? | SSIS Secured FTP | enterprisedt.com | 2021.04 | [
{
"text": "Yes, but you may need a DLL that doesn't reference any Windows GUI libraries - please email us for a build.",
"name": "",
"is_accepted": false
}
] |
2f0a29b96bf6e08a45cc0a644c9fe7f9 | this is a new install with a demo license.... when I attempt to connect I get the following error "530 Login incorrect"
from the log files i see user not found. But i have a non windows user with the user name user.
2018-08-03 07:53:32,535 ERROR [Session.41:Default Site:user?:] Must be logged in to execute command OPTS
2018-08-03 07:53:34,989 WARN [Session.41:Default Site:user?:] User user not found
any ideas? | 530 Login incorrect | enterprisedt.com | 2020.05 | [
{
"text": "For the information of readers, this issue was because the \"Apply changes\" button in the CompleteFTP manager had not been selected after adding the user. This meant the user had not yet been added to the configuration.",
"name": "",
"is_accepted": true
}
] |
65517ae613b2597e0e5760bce885f578 | Migrated from server 2008R2 to server 2019. This message shows up on certain connections where a file is being uploaded to the server. Did not see it on 2008R2.
WARN FileSystemAdapter FolderAdapter doesn't support setting permissions | Message: FolderAdapter doesn't support setting permissions | enterprisedt.com | 2021.17 | [
{
"text": "Hi,\n\nIn order to resolve this issue, please lodge a support ticket with our support team [here](https://enterprisedt.atlassian.net/servicedesk/customer/portal/1).\n\nThank you!\n\n",
"name": "",
"is_accepted": false
}
] |
2576026b8648ec24e81e12b4109b1d58 | I edited the trial license.jar file with 7-zip with my myownerstring and mylicensekey. I edited the *edtlicense.properties and closed the zip file and renamed it back to license.jar. When I open it up with Textpad, I no longer see the license.owner or license.key in the contents. Should I be able to see the contents after editing the* *edtlicense.properties?*
| How do I verify the permanent license.jar is valid after editing the trial version license.jar | enterprisedt.com | 2020.10 | [
{
"text": "If you run one of the sample programs included with edtFTPj/PRO, it will fail unless there's a valid license.",
"name": "",
"is_accepted": false
}
] |
079437e3cf910201b6ed3fccc9a0d948 | I have been experimenting with creating custom commands to be accessible via Process Triggers and noticed that the memory does not seem to be freed up when I run 'executeCustomCommand' but does if that entire command is inlined into the process trigger itself.
I found this by writing a custom command that scans all FTP folder paths for files older that x days and flags them for deletion/further processing.
Originally the custom command was invoked from a scheduled process trigger via
system.executeCustomCommand('FolderScanner')
But I noticed after a day or so of running memory consumption would shoot up to 1.5 gb for the CompleteFTPService.exe, after which it started running out of memory.
By inlining the Custom Command (and it's dependents) into the Process Trigger the memory appears to be getting released again.
Any suggestions as to why this is happening or what techniques I should employ to avoid it? | Memory leak caused by JSS system.ExecuteCustomCommand in process trigger? | enterprisedt.com | 2020.10 | [
{
"text": "We've located the leak and can provide you with a patch to try. To get it, please open a ticket [here](https://enterprisedt.com/help).\n\n",
"name": "",
"is_accepted": false
}
] |
896625bc052fabb3b224a1e9b6be8f88 | Hello,
Can the code be easily modified to ping my router?
Better yet, how difficult would it be to write code JUST to ping my router? | Pinging my Router | enterprisedt.com | 2021.04 | [
{
"text": "Depends what you mean by ping your router :)\n \n\n \nIf you mean telnet to the router and run a command to verify its status (all in Java), it isn't particularly difficult - but not related to FTP.\n \n\n \n\n> Hello, \n> Can the code be easily modified to ping my router? \n> Better yet, how difficult would it be to write code JUST to ping my router?\n\n",
"name": "",
"is_accepted": false
},
{
"text": "@ the house, want to have my wireless clients ping the router so the connection stays active.\n \n\n \nOtherwise, the connections terminate from lack of use.\n \nEasy enough to reconnect when you're in front of the remote client but a pain when you upstairs and want to remotely connect to the wireless client but can't since the connection was dropped!",
"name": "",
"is_accepted": false
}
] |
e987ddbd16b7018e5bed2ba8f902ffbe | Hi,
I have a question, maybe someone can help me with this...
If i want to ftp file through a proxy server / firewall (not SOCKS ones), how do i do that with this library? Where do i set up the firewall IP address?
And what if the proxy server / firewall requires username and passwod? where do i setup firewall username & password?
Any snippet would be really helpful...
Many thanks
J | using it through Proxy Server | enterprisedt.com | 2021.04 | [
{
"text": "Many firewalls will accept the following for (host,user,password) supplied to edtFTPj's FTPClient: \n \n\n \n(firewallmachine, [[email protected]](mailto:[email protected]), remotepassword). \n \n\n \ni.e. the remote machine is the firewall, the user is the login for the remote machine followed by '@' and then the remote host, and the password is the remote host's password for the user. \n \n\n \n\n \n\n> Hi, \n> \n> I have a question, maybe someone can help me with this... \n> \n> If i want to ftp file through a proxy server / firewall (not SOCKS ones), how do i do that with this library? Where do i set up the firewall IP address? \n> \n> And what if the proxy server / firewall requires username and passwod? where do i setup firewall username & password? \n> \n> Any snippet would be really helpful... \n> \n> Many thanks \n> J\n\n",
"name": "",
"is_accepted": false
},
{
"text": "Thanks for the quick response\n \n\n \nJust to confirm, say if:\n \n\n \nFirewall IP Address: 111.111.111.111\n \nremote host IP address: 222.222.222.222\n \nremote username: aaa\n \nremote password: bbb\n \n\n \nthen i can ftp thru the firewall like this:\n \n\n \nFTPClient newClient = new FTPClient(\"111.111.111.111\");\n \nnewClient.setConnectMode(FTPConnectMode.PASV);\n \nnewClient.user(\"[email protected]\");\n \nnewClient.password(\"bbb\");\n \n\n \nam i right?",
"name": "",
"is_accepted": false
},
{
"text": "If your firewall supports this, yes.\n \n\n \n\n> Thanks for the quick response \n> \n> Just to confirm, say if: \n> \n> Firewall IP Address: 111.111.111.111 \n> remote host IP address: 222.222.222.222 \n> remote username: aaa \n> remote password: bbb \n> \n> then i can ftp thru the firewall like this: \n> \n> FTPClient newClient = new FTPClient(\"111.111.111.111\"); \n> newClient.setConnectMode(FTPConnectMode.PASV); \n> newClient.user(\"[email protected]\"); \n> newClient.password(\"bbb\"); \n> \n> am i right?\n\n",
"name": "",
"is_accepted": false
},
{
"text": "im using edtftp to do ftp for my java program and i just installed WinProxy to test if i could use it through a proxy server. \n \n\n \nI did your instruction above using the Proxy IP and Host, Host Username / Password. Somehow i got this error message.\n \n\n \n\n \njava.net.ConnectException: Connection refused: connect\n \n at java.net.PlainSocketImpl.socketConnect(Native Method)\n \n at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)\n \n at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)\n \n at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)\n \n at java.net.Socket.connect(Socket.java:426)\n \n at java.net.Socket.connect(Socket.java:376)\n \n at java.net.Socket.<init>(Socket.java:291)\n \n at java.net.Socket.<init>(Socket.java:147)\n \n at com.enterprisedt.net.ftp.FTPControlSocket.<init>(FTPControlSocket.ja\n \na:143)\n \n at com.enterprisedt.net.ftp.FTPClient.<init>(FTPClient.java:268)\n \n at com.enterprisedt.net.ftp.FTPClient.<init>(FTPClient.java:236)\n \n\n \ni tried my browser to connect to internet through the WinProxy (using the same Proxy IP address and port number), they went through alright. So i assume the WinProxy setting is okay? Unless im missing something here...\n \n\n \nAny idea?",
"name": "",
"is_accepted": false
},
{
"text": "We haven't tried WinProxy. You need to ensure that the FTP protocol is configured on it correcly. Also, it may not be listening on port 21, the FTP default. If WinProxy is listening on a different port (probable), you will need to supply this one to the appropriate FTPClient constructor as well.\n \n\n \n\n> im using edtftp to do ftp for my java program and i just installed WinProxy to test if i could use it through a proxy server. \n> \n> I did your instruction above using the Proxy IP and Host, Host Username / Password. Somehow i got this error message. \n> \n> java.net.ConnectException: Connection refused: connect \n> i tried my browser to connect to internet through the WinProxy (using the same Proxy IP address and port number), they went through alright. So i assume the WinProxy setting is okay? Unless im missing something here... \n> \n> Any idea?\n\n",
"name": "",
"is_accepted": false
},
{
"text": "thanks for the tips\n \n\n \nthe FTP wasnt activated by default, apparently.\n \n\n \njust restarted WinProxy with FTP enabled, now it works fine.\n \n\n \nis it possible to know the list of proxy/firewall that have been tested? So we could test the one you guys havent tested and post the result here",
"name": "",
"is_accepted": false
},
{
"text": "The only firewalls I'm aware of for certain that it works for are\n \n\n \n- Check Point Firewall-1\n \n- WinProxy (thanks to you)\n \n\n \nI *think* it works with most firewalls but if people can post here if they know it works for sure that would be great. Thanks for the idea.\n \n\n \n\n> thanks for the tips \n> \n> the FTP wasnt activated by default, apparently. \n> \n> just restarted WinProxy with FTP enabled, now it works fine. \n> \n> is it possible to know the list of proxy/firewall that have been tested? So we could test the one you guys havent tested and post the result here\n\n",
"name": "",
"is_accepted": false
},
{
"text": "what if the proxy requires username and password?\n \n\n \nhow do we do this?",
"name": "",
"is_accepted": false
},
{
"text": "We've never used one configured to require username/password. Anyone else tried this?\n \n\n \n\n> what if the proxy requires username and password? \n> \n> how do we do this?\n\n",
"name": "",
"is_accepted": false
}
] |
ae46c62cb632726a33e3e1a713d62628 | We have multiple test environments where we continiuously deploy our code and infrastructure.
Since we'd like to have comparable to PROD environments that uses SFTP, how it'll work from the licencing prospective?
Thanks.
Michael | What is a licence cost of the CompleteFTP Pro version for the testing environments? | enterprisedt.com | 2020.40 | [
{
"text": "The trial installation converts to a Developer licensed version after 30 days which can be used indefinitely for local testing purposes (but doesn't permit connections external to the machine). \n\n \n\nIf you need a fully functional development or test server(s) that allows external connections, currently we offer a 50% discount provided you already have a fully licensed production server.",
"name": "",
"is_accepted": true
}
] |
c32d1522ba4fd24139c3ccafdb7f24a5 | We're connecting to a number of set-top boxes. The clocks on the boxes are not used, and as such, bear no resemblance to reality.
Because of this, the boxes occasionally decide it's leap day. When we call DirDetails, we get the "String was not recognized as a valid DateTime." error because all that is returned is:
-rw-r--r-- 1 root root 4833 Feb 29 12:10 filename.txt
The box thinks it is 2004, which makes Feb 29 be legit, but we know it's 2009, so we get the error.
Setting the clocks on the box is not an option. We don't need to get the date, just a list of the files on the box and the size of the file.
Is there a way to get around this issue?
Thanks! | String was not recognized as a valid DateTime error | enterprisedt.com | 2021.04 | [
{
"text": "Wow, that's a strange problem! In FTP (and in all our libraries) you can get a list of file-names without getting all the details. In .NET you can do this using FTPConnection.GetFiles() or FTPClient.Dir(). In Java you can do it using FileTransferClient.directoryNameList() or FTPClient.dir().\n \n\n \n- Hans (EnterpriseDT)",
"name": "",
"is_accepted": false
},
{
"text": "We do still need to get the file sizes to determine if the file needs to be updated-- is there any way to avoid getting the list of files, then going file by file to get the file sizes?\n \n\n \nSince this error causes the entire command to fail, it might be good to return a bogus date like 01/01/0001, rather than failing entirely. At least then we'd have some data back...",
"name": "",
"is_accepted": false
},
{
"text": "Which product are you using?\n \n\n \n- Hans (EnterpriseDT)",
"name": "",
"is_accepted": false
},
{
"text": "edtFTPnet/PRO",
"name": "",
"is_accepted": false
},
{
"text": "OK, here are three options:\n \n1. Call GetSize() on each file\n2. Call GetFiles(\"mydir\", true), which returns all the file information as strings (one for each file), and then parse it yourself.\n3. Write your own directory parser and set it using FileInfoParser.FileParser\n\n\n \n- Hans (EnterpriseDT)",
"name": "",
"is_accepted": false
},
{
"text": "By the way, if you're using the GUI controls then you'll need to write an FTPFileParser.\n \n\n \n- Hans (EnterpriseDT)",
"name": "",
"is_accepted": false
}
] |
2701c6152bcacf079536b900bc3e895a | Hi!
I use SSLFTPClient to put/get files from FTPS server. In most cases it works fine. But sometimes I get the next exception when some threads download different files of big size (about 1 Gb) using FTPInputSream reading and processing line by line. This happens in the middle of reading process file, not on starting.
Caused by:
```
com.enterprisedt.net.puretls.SSLPrematureCloseException: Short read
at com.enterprisedt.net.puretls.ad.a(SSLopaque.java:105)
at com.enterprisedt.net.puretls.x.a(SSLRecord.java:155)
at com.enterprisedt.net.puretls.y.a(SSLRecordReader.java:68)
at com.enterprisedt.net.puretls.r.read(SSLInputStream.java:107)
at java.io.DataInputStream.read(DataInputStream.java:149)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at com.enterprisedt.net.ftp.FTPClient.readChunk(FTPClient.java:4091)
at com.enterprisedt.net.ftp.d.read(FTPBinaryInputStream.java:144)
at com.enterprisedt.net.ftp.FTPInputStream.read(FTPInputStream.java:145)
```
| SSLPrematureCloseException occurs when read a big file using FTPInputStream | enterprisedt.com | 2020.05 | [
{
"text": "'Short read' means that the client has lost the connection with the server. These can be very hard to diagnose, particularly when they're intermittent and the transfers are huge. \n\n \n\nHave you implemented a robust retry strategy? In particular, I'd recommend reconnecting and resuming the transfer from where you left off. This is more tricky than usual for you since you're processing a stream in real-time, but it shouldn't be too hard. FTPInputStream has a constructor that takes an offset, so you just need to set that to the size of the remote file when you resume. Since you're (presumably) parsing lines of text, you'll need to buffer any uncompleted lines of text between retries so that you can prefix them to the first line of the resumed stream. \n\n \n\nI realise this does directly answer the question that you asked, but for file-transfers as large as that, having a robust retry strategy is really essential since you can't stop interruptions occurring entirely.",
"name": "",
"is_accepted": false
}
] |
445a0c3b1b4d1184d31585b60479e102 | Once awhile, I get this problem when try to rename a file on the FTP server. This exception generate by the rename(source, target) function. This does not happen all the time. What could cause this problem and what I can do to handle this case.
Thank you,
Hugh | Illegal PORT range rejected (Code=500) when using the rename | enterprisedt.com | 2021.17 | [
{
"text": "Best to post the log file snippet that shows the problem. \n \n\n \nYou could try changing to passive mode, or using setActiveIPAddress() to force a valid IP address (the client's) to be supplied to the server.",
"name": "",
"is_accepted": false
},
{
"text": "\n> Best to post the log file snippet that shows the problem. \n> \n> You could try changing to passive mode, or using setActiveIPAddress() to force a valid IP address (the client's) to be supplied to the server.\n\n\n \n\n \nThank you, I will try to get the log file. The problem is that it happen at a remote location and I don't have access to the station there. The user just sent a capture of the pop message for the exception. Will try to get more information on it. \n \n\n \nFYI, it is already using passive transfer mode. Also, I realized that I posted in the wrong forum. Please move the post to the edtFTP instead of the edtFTPj. Thank you very much.\n \n\n \nftpclient = New Ftp.FTPClient\n \nftpclient.RemoteHost = tsite\n \nftpclient.ControlPort = tport\n \nftpclient.Timeout = 9600000\n \nftpclient.ConnectMode = Ftp.FTPConnectMode.PASV",
"name": "",
"is_accepted": false
},
{
"text": "To get an illegal PORT command error from the server it must be in active mode, not passive.",
"name": "",
"is_accepted": false
}
] |
418b108e234921f25a55237de2edd0f7 | hi, I'm new to Java and need to write a small utility to retrieve a file via ftp. I'm working in Linux and after downloading the tarball and unpacking it, don't know how to run the tests.
also, I cannot seem to find a simple piece of code that shows how I can use these classes. can anyone please help?
an e-mail would be greately appreciated (as I can't be checking this forum all the time for replies and I don't see a notification service for it) at [[email protected]](mailto:[email protected]) | simple code sample? | enterprisedt.com | 2021.04 | [
{
"text": "Take a look at the test package in the source distribution. It has loads of JUnit tests and also a simple test.\n \n\n \nPS there is a box to tick called \"Notify me when a reply is posted\" if you have registered with an email address.\n \n\n \n\n> hi, I'm new to Java and need to write a small utility to retrieve a file via ftp. I'm working in Linux and after downloading the tarball and unpacking it, don't know how to run the tests. \n> \n> also, I cannot seem to find a simple piece of code that shows how I can use these classes. can anyone please help? \n> \n> an e-mail would be greately appreciated (as I can't be checking this forum all the time for replies and I don't see a notification service for it) at [[email protected]](mailto:[email protected])\n\n",
"name": "",
"is_accepted": false
}
] |
d0a57aaa14cf4b02141e464ed945badc | How do I produce a CompleteFTP manager log? | How do I produce a CompleteFTP manager log? | enterprisedt.com | 2020.05 | [
{
"text": "A CompleteFTP manager log is very useful for diagnosing connection problems between the manager and the server. \n\nIn the connect dialog box, choose \"Other settings ...\" and set the logging level to \"Full diagnostic\". \n\nThen try connecting to the server. \n\nThe log file should appear here: \n\nC:\\Users\\<username>\\AppData\\Local\\EnterpriseDT\\Complete FTP\\Logs\\Diagnostic.log",
"name": "",
"is_accepted": false
}
] |
9480aff6d7bbd8d4c49c5822218cfecf | Hello Team,
We are using Version 7.1.0 of edtFTPj/PRO in our application to connect to the 3rd party SFTP server. However, we are getting below error for three different clients. Also, the received size in the exception is always the same for all clients (different files/servers).
I'm wondering Is it possible to turn off that check.
```
Caused by: com.enterprisedt.net.j2ssh.transport.SFTPReadMismatchException: FXP\_READ mismatch. Requested: 65535 received: 32768
at com.enterprisedt.net.j2ssh.SftpClient.a(SftpClient.java:715)
at com.enterprisedt.net.j2ssh.SftpClient.get(SftpClient.java:925)
at com.enterprisedt.net.ftp.ssh.SSHFTPClient.get(SSHFTPClient.java:1268)
at com.sps.dc4.fb2.channels.sftp.SFTPChannel.read(SFTPChannel.java:105)
```
I would appreciate your help in this issue.
Thanks,
Nikolay Blindov
**SPS Commerce**
| SFTPReadMismatchException: FXP\_READ mismatch. Requested: 65535 received: 32768 | enterprisedt.com | 2021.43 | [
{
"text": "Set setMaxQueuedReadRequests(1) prior to connection.",
"name": "",
"is_accepted": false
}
] |
883bb8e1cfd4079b0c6bc87fbd674e06 | Hi,
I use edtFTPNet/PRO a lot and loves it.
Normally I use method .UploadFile but now I need to just send a textfile to our banksystem here in Sweden and I can not apply any remote filename, the FTP server renames the file automaticlly.
What method can I use that is simular to the PUT command in DOS Ftp where I dont need to apply the remote filename?
Rgds
Cynkan | DOS FTP Put command with edtFTPnet/PRO | enterprisedt.com | 2021.04 | [
{
"text": "Sorry, currently STOU is not supported in edtFTPnet/PRO (which I think is the command you need).",
"name": "",
"is_accepted": false
}
] |
45e58483611ec08cfef80e92f3550318 | Can I run CompleteFTP as a limited user? | Can I run CompleteFTP as a limited user? | enterprisedt.com | 2020.05 | [
{
"text": "By default, CompleteFTP runs as the Local System user. Some users prefer to run CompleteFTP as a less privileged user. Can this be done? \n\nThe answer is yes, but some configuration is required: \n\n \n\n - The CompleteFTP user must have the \"Logon User\" privilege.- The CompleteFTP user must have permission to write to the CompleteFTP data directory. \n\n \n\n - The CompleteFTP user must have permission to access any other directories it is required to access \n\n \n\nTo actually change the user, you need to locate the Complete FTP Server in the list of services, and open its Properties dialog. Select the Log On tab, and enter the user account you wish to run the service as.",
"name": "",
"is_accepted": false
}
] |
813580bb543a1f39869bd58526281c95 | For Windows users, I want to have access to one main folder which has 7 different sub-folders for each country that would be using my SFTP server.
Folder structure is like this:
```
Main\_Folder
--Sub-Folder-Country-1
--Sub-Folder-Country-2
--Sub-Folder-Country-3
--Sub-Folder-Country-4
--Sub-Folder-Country-5
--Sub-Folder-Country-6
--Sub-Folder-Country-7
```
Now, I have 7 different AD Groups (one for each sub-folder) and I have set the rights of the folders so that:
* All AD groups access the main folder with Read & Execute NTFS rights
* Each AD group has Write access to it's specific Sub-folder
However, when the users log on from one group (e.g Country 1), they are still able to upload and delete files in other AD groups' sub-folders (e.g Country 2, Country 3, etc). According to my understanding, this shouldn't be possible but it is...
Can you give me some insight as to what I should do to solve this? I do not want to start managing the folder rights of each individual user, as I want to have as little administration effort as possible; only change in AD groups should change your access to folders.
| Access to sub-folders based on Active Directory group / Windows NTFS rights | enterprisedt.com | 2019.43 | [
{
"text": "This should work fine. CompleteFTP uses [impersonation](https://docs.microsoft.com/en-us/windows/desktop/com/impersonation), which has proven to be pretty bullet-proof over the years, so unexpected errors like this are usually because of configuration problems. For example, one error someone had recently was that when she was testing it, she was inadvertently logging into local Windows accounts rather than equivalently named AD accounts. In any case, a good place to start diagnosing the problem is a diagnostic log file (DEBUG level), but this shouldn't be uploaded to this public forum. Can you instead please open a ticket at our [helpdesk](https://enterprisedt.com/help) and attach the log file there?\n\n",
"name": "",
"is_accepted": true
}
] |
a29c93454221b0ff3df749fab064943d | Hello,
Sometimes, but it is rare, if communication fails when user is uploading a picture file to the server, that the file stays locked.
How can I release the lock on that file so the user can retrieve to upload it?
Here is the exception thrown when user tries to upload a file that is locked on the server:
Site:XXXXXX:178.XXX.226.XXX] Failed to open /SFTP/035 - XXXX XXX/Pictures/XXXX/XXXX/XXXX/XXXX/9ed014c6-398c-4144-a970-e661b10b56e7.jpg
EnterpriseDT.Net.FtpServer.Core.ServerErrorException: Le processus ne peut pas accéder au fichier 'F:\XXXXXXXXX\Pictures\XXXX\XXXX\XXXX\XXXX\9ed014c6-398c-4144-a970-e661b10b56e7.jpg', car il est en cours d'utilisation par un autre processus. [WindowsPath= F:\XXXXXXXXX\Pictures\XXXX\XXXX\XXXX\XXXX\9ed014c6-398c-4144-a970-e661b10b56e7.jpg, FileMode=Create, FileAccess=Write, FileShare=Read, User=Système] ---> System.IO.IOException: Le processus ne peut pas accéder au fichier F:\XXXXXXXXX\Pictures\XXXX\XXXX\XXXX\XXXX\9ed014c6-398c-4144-a970-e661b10b56e7.jpg ', car il est en cours d'utilisation par un autre processus.
à System.IO.\_\_Error.WinIOError(Int32 errorCode, String maybeFullPath)
à System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY\_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
à System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
à EnterpriseDT.Net.FtpServer.Utility.EncryptStream.PossiblyEncryptedFileStream..ctor(String path, Boolean encryptionOn, String password, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
à EnterpriseDT.Net.FtpServer.FileSystem.Windows.WindowsAdapter.GetStream(ISession session, IFileSystemNode node, String path, Boolean encrypted, FileMode mode, FileAccess access, FileShare share)
--- Fin de la trace de la pile d'exception interne ---
à EnterpriseDT.Net.FtpServer.FileSystem.Windows.WindowsAdapter.GetStream(ISession session, IFileSystemNode node, String path, Boolean encrypted, FileMode mode, FileAccess access, FileShare share)
à EnterpriseDT.Net.FtpServer.FileSystem.Windows.WindowsArchiveAdapter.GetStream(ISession session, IFileSystemNode node, String path, Boolean encrypted, FileMode mode, FileAccess access, FileShare share)
à EnterpriseDT.Net.FtpServer.FileSystem.Windows.WindowsAdapter.GetWriteStream(ISession session, IFileSystemNode node, String path, Boolean encrypted, VirtualFileMode mode)
à EnterpriseDT.Net.FtpServer.FileSystem.Windows.WindowsAdapter.GetWriteStream(ISession session, IFileSystemNode node, String path, VirtualFileMode mode)
à XUWZblN8DwwfmyMK0PW.FcpjWfNAM2KqblfhJns.LwpKAZaCBS(ISession , VirtualFileMode )
à lOx0wYOFNMZeKsualAB.Xie7i7OK3qN5JSTw3xc.dL1bg0MOVTG(Dmeq6Jxx98Cj2uUOGkS )
Using *Process Explorer*, I can see the file is locked by CompleteFTP process:

I already tried to restart CompleteFTP server using *CompleteFTP Manager* without success.
| Release lock on file | enterprisedt.com | 2020.40 | [
{
"text": "We identified a scenario where locking could occur, and released a fix in version 13.0.1. If anyone is experiencing this issue, please upgrade to 13.0.1.",
"name": "",
"is_accepted": true
}
] |
093e15fc7bee9730609d5143998fc296 | How can I install the Complete FTP Manager only? | How can I install the Complete FTP Manager only? | enterprisedt.com | 2020.05 | [
{
"text": "The Complete FTP Manager is intended to be used for remote administration, and so often you'll want to install it on a machine other than the one that the server is installed on. \n\n \n\nThis is easy to do - you just need the production installer which you are supplied with on purchase. \n\n \n\nThe trial installer installs both the server components and the Complete FTP Manager for simplicity. The production installer permits just the Complete FTP Manager to be installed if required.",
"name": "",
"is_accepted": false
}
] |
cb1cb499853b51fdf9687d877eef367a | How can I log out of HTTP pages? | How can I log out of HTTP pages? | enterprisedt.com | 2020.05 | [
{
"text": "If browser-based authentication is used, you'll find that even if you use the default logout link, when you return to the site you are not prompted for your credentials again. This even happens if \"remember this password\" is not checked in the browser popup which collects the username and password. \n \nUnfortunately, browsers cache the credentials for the page, and simply resend the username and password automatically. Probably the best solution to this is disable browser authentication and use the supplied login page. There's an option in the [HTTP/HTTPS settings](http://www.enterprisedt.com/products/completeftp/doc/guide/html/httpsettings.html) to do that.\n\n",
"name": "",
"is_accepted": true
}
] |
c35c85def56c09aa7e7c909006983c9e | Hello,
I have a console application that creates a file and sends it via ftp. My issue is sometimes there's a mainframe process that will not let me send the ftp of the file and I get the following error: "Data set [xyz] is allocated to another job and is unavailable for STOR command. (code=450)". Is there anyway I can resend the file with edtftpnet inside the same application run? Maybe, retry the ftp in one minute, for example.
Thanks in advance,
H | How to resend file when status code 450? | enterprisedt.com | 2021.04 | [
{
"text": "A loop that attempts the transfer and sleeps if an FTPException is thrown, then retries?",
"name": "",
"is_accepted": false
}
] |
7a23711d0ff399e392d0383c2772ff1a | I use SecureFileTransferClient an I have the same problem (it worked with Vs 5.2.6)
Log-Snippet:
```
[10.10.18 11:40:15:712 CEST] 0000003a SystemOut O DEBUG - Setting custom validator to com.enterprisedt.net.ftp.ssl.SSLFTPStandardValidator
[10.10.18 11:40:15:712 CEST] 0000003a SystemOut O DEBUG - Turned server validation off
[10.10.18 11:40:15:713 CEST] 0000003a SystemOut O DEBUG - Created connection #5 [free=0,busy=0,max=3,created=1,cleared=0]
[10.10.18 11:40:15:713 CEST] 0000003a SystemOut O DEBUG - No limit now set on transfers
[10.10.18 11:40:15:713 CEST] 0000003a SystemOut O DEBUG - Setting integrity check to false
[10.10.18 11:40:15:713 CEST] 0000003a SystemOut O DEBUG - Turned server validation off
[10.10.18 11:40:15:714 CEST] 0000003a SystemOut O ERROR - 5:Connect[vftp.vpiroll.local:21] failed
java.lang.NullPointerException
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.enableCipherSuites(SSLFTPClient.java:1181)
at com.enterprisedt.net.ftp.async.internal.ConnectFTPSETask.preConnectConfigure(ConnectFTPSETask.java:229)
at com.enterprisedt.net.ftp.async.internal.ConnectTask.connect(ConnectTask.java:153)
at com.enterprisedt.net.ftp.async.internal.ConnectTask.run(ConnectTask.java:216)
at com.enterprisedt.net.ftp.async.internal.FTPTaskProcessor$b.run(FTPTaskProcessor.java:593)
[10.10.18 11:40:15:714 CEST] 0000003a SystemOut O DEBUG - notifyComplete() called: com.enterprisedt.net.ftp.async.ConnectResult@d64e223b
[10.10.18 11:40:15:714 CEST] 0000003a SystemOut O DEBUG - Connection failed
[10.10.18 11:40:15:715 CEST] 0000003a SystemOut O WARN - One or more connections failed to succeed - disconnecting all
```
Klaus
| Same problem with SecureFiletransferClient - NPEx with Vs 5.3.0 | enterprisedt.com | 2020.10 | [
{
"text": "I've found the issue and it is a bug in our code. I've now fixed the bug and it is released as 5.3.1. Please download the release from our [customer site](https://connect.enterprisedt.com/) and that should resolve it for you.\n\n",
"name": "",
"is_accepted": true
}
] |
72a0549f0253e2cda9fa40420edb7c00 | I've set up CompleteFTP to have two sites, Public and Internal. Users access it via HTTP/HTTPS. I would like the home pages for the two sites to be different. Can I do this? | Can I have different home pages for different sites? | enterprisedt.com | 2019.51 | [
{
"text": "Yes you can. \n\n \n\nWhen a browser accesses the server without authenticating it accesses it via the 'anonymous' account. /Public is the default home folder of the anonymous account, so that is what will be presented to it. \n\n \n\nThe home folder can be changed and it can be different for different sites, so you can configure the home folder of anonymous to be, say, /Public for the Public site and /Internal for the Internal site. The owner of both these directories should be 'anonymous'. You can configure /Public to point to one Windows directory (e.g. C:\\Webroot\\Public) and /Internal to point to another (e.g. C:\\Webroot\\Internal).",
"name": "",
"is_accepted": true
}
] |
a86593411cd248b4dfdc57ce3928b849 | I have a sandbox console app that I use to test EnterpriseDT things on, before I make them to our main applications. I can't seem to get the Logger to work right. could someone please tell me what I'm doing wrong? Isn't the logger supposed to log events as they happen? Do I need to do something to attach the logger to the SSHFTPClient?
I blanked out the software's key since I am posting this public.
```
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Configuration;
using EnterpriseDT;
using EnterpriseDT.Net.Ftp;
using EnterpriseDT.Net.Ftp.Ssl;
using EnterpriseDT.Net.Ssh;
using EnterpriseDT.Net.Ftp.Ssh;
using EnterpriseDT.Net.Ssh.Routrek.PKI;
using EnterpriseDT.Util.Debug;
namespace ConsoleSandbox
{
public class FTPTest
{
// Try using this to test: <http://www.techrepublic.com/blog/tr-dojo/set-up-a-free-ssh-server-on-windows-7-with-freesshd/>
// EnterpriseDT Documentation: <http://www.enterprisedt.com/products/edtftpnetpro/overview.html>
// Code example from forum: <http://www.enterprisedt.com/forums/viewtopic.php?p=12493&highlight=ssh+upload#12493>
private LocalFileLogger logger = new LocalFileLogger();
private bool transferStarted = false;
private bool transferComplete = false;
private bool transferCancelled = false;
public FTPTest()
{
Console.WriteLine("Testing FTPTest class");
logger.LogPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location).ToString().TrimEnd('\\') + String.Format("\\SSHTestLogFile{0:yyyyMMddHHmm}.txt", DateTime.Now);
}
#region Accessors
#endregion // Accessors
#region Methods
public void SshTest()
{
Console.WriteLine("Testing SshTest Method");
string FTPLogFile = String.Format("{0}\\FTPLogFile.txt", System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location).TrimEnd('/').TrimEnd('\\'));
EnterpriseDT.Util.Debug.Logger.ClearAppenders();
EnterpriseDT.Util.Debug.Logger.AddAppender(new EnterpriseDT.Util.Debug.RollingFileAppender(FTPLogFile, 5000000, 10));
EnterpriseDT.Util.Debug.Logger log = EnterpriseDT.Util.Debug.Logger.GetLogger("SSHFTPClient");
EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient sshConnection = new EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient();
sshConnection.LicenseKey = "xxxxxxxxxxxxxxxxxxx";
sshConnection.LicenseOwner = "xxxxxxxxxxxxxxxx";
sshConnection.TransferStartedEx += new TransferHandler(sshConnection\_TransferStartedEx);
sshConnection.TransferCompleteEx += new TransferHandler(sshConnection\_TransferCompleteEx);
sshConnection.TransferCancelled += new TransferHandler(sshConnection\_TransferCancelled);
string knownHostsFilePath = ConfigurationManager.AppSettings["KnownHostsFilePath"]; // @"U:\Users\bmackenzie\Documents\Sandbox\KnownHostsFiles\KnownHosts.txt"; //
sshConnection.ControlPort = Int32.Parse(ConfigurationManager.AppSettings["ControlPort"]); // 22; //
sshConnection.RemoteHost = ConfigurationManager.AppSettings["RemoteHost"]; // "10.226.6.174"; //
sshConnection.UserName = ConfigurationManager.AppSettings["UserName"]; // "sshtest"; //
sshConnection.Password = ConfigurationManager.AppSettings["UserPassword"]; // "sshtest"; //
sshConnection.CloseStreamsAfterTransfer = Boolean.Parse(ConfigurationManager.AppSettings["CloseStreamsAfterTransfer"]); // true; //
// SSHCompressionAlgorithm enums: None = 1, Zlib = 2, All = 3
sshConnection.PreferredCompressionAlgorithms = (SSHCompressionAlgorithm)(Int32.Parse(ConfigurationManager.AppSettings["PreferredCompressionAlgorithms"])); // SSHCompressionAlgorithm.Zlib; //
FTPTransferType transferType = FTPTransferType.ASCII;
// sshAuthenticationType Enums: None = 1, PublicKey = 2, Password = 3, KeyboardInteractive = 4, PublicKeyAndPassword = 5
sshConnection.AuthenticationMethod = (AuthenticationType)(Int32.Parse(ConfigurationManager.AppSettings["SshAuthenticationType"])); // AuthenticationType.PublicKey; //
// On my sample SSH server, I set the home folder to: C:\ProductionSupportFiles\FTPTest\SSHTest\Public\
string workingDirectory = ConfigurationManager.AppSettings["TargetServerWorkingUploadFolder"]; //@"\Upload\iPayIberia";
string filePath = ConfigurationManager.AppSettings["LocalServerFileToUpload"]; // @"C:\ProductionSupportFiles\iPass DLLs\iPayNet\IberiaBank\Iberia\_Pay\_20140113";
string remoteFileName = ConfigurationManager.AppSettings["TargetServerFilenameRename"]; // "TestRemoteFile Name";
string sshPublicKeyFilePath = "";
// None = 0, Automatic = 1, AutomaticNoNameCheck = 2, Callback = 3. Automatic is the default.
sshConnection.ServerValidation = (SecureFTPServerValidationType)(Int32.Parse(ConfigurationManager.AppSettings["SshServerValidationType"])); // SecureFTPServerValidationType.None;
// SecureFTPCompatibilityFlags enum: Standard = 0, SSLDisableControlClosure = 1, SSLDisableDataClosure = 2, SSLDisableControlWaitOnClose = 4, SSLDisableDataWaitOnClose = 8, SSLDisableControlWaitOnShutdownSSL = 16, SSHDisableChmodAfterPut = 32768
//SecureFTPCompatibilityFlags sftpCompatibilityFlags = SecureFTPCompatibilityFlags.Standard;
//sshConnection.ServerCompatibility = sftpCompatibilityFlags;
if (sshConnection.AuthenticationMethod == AuthenticationType.PublicKey || sshConnection.AuthenticationMethod == AuthenticationType.PublicKeyAndPassword)
{
// Public Key path will be used
```
| Not sure how to set up the Logger | enterprisedt.com | 2021.04 | [
{
"text": "Try setting the logging level - I can't see it set in your code.",
"name": "",
"is_accepted": false
},
{
"text": "That did it. Thank you so much! This will help troubleshooting our application SO much!",
"name": "",
"is_accepted": false
}
] |
5e9f02a28959a53c2d4a671d14d7e4fb | A user asks: Hi, I'm trying to import public keys of the user which is in .pem format but it's not recognized by the tool. Please advise which formats are supported.
| How can I use the new OpenSSH private key format? | enterprisedt.com | 2021.10 | [
{
"text": "OpenSSH has fairly recently created a new private key format called RFC4716 (it isn’t a standard but is derived from this public key standard). That’s their default format now, and you can recognise it by the file header:\n\n—–BEGIN OPENSSH PRIVATE KEY—–\n\nWe don’t yet support it in our products, although we will soon. You can convert from the new format to the old format PEM keys using ssh-keygen. The command below will do the conversion (overwriting the original file!):\n\nssh-keygen -e -f openSshKeyNew -m PEM -p\n\nYou can also convert to the old PEM format using PuTTYgen.\n\n",
"name": "",
"is_accepted": false
}
] |
f6cb5d7d79ffeb1353b5846a93617f27 | Hi,
We are connecting to a bank system i Sweden with EnterpriseDT.NET.Ftp and gets an error when we connect. I dont know what kind of server they have.
How can this be avoid?
What property has to be set to avoid EnterpriseDT to send CWD?
The log shows:
DEBUG [bs] 2 apr 2015 16:54:00.653 : 123.123.123.123 resolved to 123.123.123.123
DEBUG [EnterpriseDT.Net.Ftp.FTPClient] 2 apr 2015 16:54:00.654 : Connecting to 123.123.123.123:21
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.705 : 220-FTPD1 IBM FTP CS V2R1 at ftp.bankgirot.se, 16:55:24 on 2015-04-02.
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.706 : 220 Connection will close if idle for more than 120 minutes.
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.712 : ---> USER xxxxxx
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.781 : 331 Send password please.
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.782 : ---> PASS ********
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.885 : 230 xxxxxx is logged on. Working directory is "xxxxxx.".
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.887 : ---> TYPE A
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.906 : 200 Representation type is Ascii NonPrint
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.908 : ---> PWD
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.928 : 257 "'xxxxxxx.'" is working directory.
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.931 : ---> CWD 'xxxxxx.'
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.950 : 500 User Exit denies Userid 'xxxxxx' from using Command 'CWD'.
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.959 : ---> QUIT
DEBUG [FTPControlSocket] 2 apr 2015 16:54:00.978 : 221 Quit command received. Goodbye.
| 500 User denies from using Command CWD | enterprisedt.com | 2021.17 | [
{
"text": "It looks to me like the user is not permitted to use the CWD command. \n \nSet AutoLogin property to false, and then use the Login() method to login.",
"name": "",
"is_accepted": false
},
{
"text": "I tried that now but then the log file does not give anything, its created but empty. \nThe .Login method does not log, only the .Connect \n \nIt also looks like I come as far as before, logged out :(",
"name": "",
"is_accepted": false
},
{
"text": "Set AutoLogin to false, call Connect() and then Login(user,pwd).",
"name": "",
"is_accepted": false
},
{
"text": "\n> Set AutoLogin to false, call Connect() and then Login(user,pwd).\n\n \n \nThe .Login method does not take parameters but I got it to work with latest version 8.6.5.20 :D",
"name": "",
"is_accepted": false
},
{
"text": "Oops yes - but you just set the UserName and Password properties prior to calling Login().",
"name": "",
"is_accepted": false
},
{
"text": "\n> Oops yes - but you just set the UserName and Password properties prior to calling Login().\n\n \n \nWorks fine with latest version. I forgot to upload it to the server ;)",
"name": "",
"is_accepted": false
}
] |
950f8041396b079c7605bb4c3fe7c024 | Can you choose which log file (Audit,Config,Diagnostic,Error) an appender uses within the Log4Net LogConfig.xml file? It seems to default to the Diagnostics.log file but is it possible to point the configuration to a different log file, such as the Audit.log? Thanks! | Can you choose which log file (Audit,Config,Diag,Error) an appender uses within the Log4Net LogConfig.xml file? | enterprisedt.com | 2021.17 | [
{
"text": "Please see our user guide [here](https://enterprisedt.com/products/completeftp/doc/guide/html/syslog.html)\n\nTo remove a logging appender please go to: \n\nC:\\Program Files (x86)\\Complete FTP\\Server\\CompleteFTPService.exe.config\n\nThen please open this up in a text editor. Scroll down to: \n\n*'Setup the root category, add the appenders and set the default level'*\n\nThe default shows as below:\n\n\n```\n<root>\n\t<level value=\"ALL\" />\n\t<appender-ref ref=\"Recent Logging Messages\" />\n\t<appender-ref ref=\"Recent Error Messages\" />\n\t<appender-ref ref=\"Syslog\" />\n\t<appender-ref ref=\"Audit\" />\n\t<appender-ref ref=\"Config\" />\n</root>\n```\nRemove the logging methods which you no longer require, e.g. if you only require Audit logging, but no other then please change to the below:\n\n<root>\n\n<level value=**\"ALL\"** />\n\n<appender-ref ref=**\"Audit\"** />\n\n</root>\n\n",
"name": "",
"is_accepted": false
}
] |
de2ab13ab2f35819a6e78cc347ea33bf | I can see older version download page for edtJFTPpro but cannot see one to download licensed version for edtNetFTPpro, is there any separate download page for this too? How can I download licensed version of edtNetPro? | How can I download licensed latest version of edtNetPro? | enterprisedt.com | 2019.51 | [
{
"text": "Please see [here](https://connect.enterprisedt.com/#/downloads/products) for the edtFTPnet/PRO download page.\n\nTo download the licensed version you will require your login credentials.\n\nFor the trial version download page, please see [here](https://enterprisedt.com/products/edtftpnetpro/download/).\n\nI hope this helps.\n\n",
"name": "",
"is_accepted": false
}
] |
f057c484e1fcd250d4f329c0c4869a30 | I set up a test user on c:\SFTPFiles\Vendor\VendorTest and now, I want to move to the F drive.
I copied the directory structure over. I couldn't add "VendorTest" twice, so I renamed directory on F Drive to VendorTestNew, and added it. Then I thought I switched vendor to go to that directory. I then deleted VendorTest, and renamed VendorTestNew to VendorTest.
To me all looks good, but when I connect with SFTP client and upload a file, it's still going to the folder on the C drive. Even after doing an Apply-Changes and a restart service.
When I click "VendorTest" it shows: F:\SFTPFiles\Vendor\VendorTest which looks correct.
Please advise.
Thanks,
Neal | Move directory to another disk | enterprisedt.com | 2019.43 | [
{
"text": "The easiest thing would be for us to have a look at your configuration, but we can only do that via the helpdesk. Can you please open a ticket at [enterprisedt.com/help](http://enterprisedt.com/help)?\n\n",
"name": "",
"is_accepted": false
}
] |
0d2f35d50359992489806344bf877854 | I have Completeftp all setup and running fine with users uploading csv files to the server (and for years)
I now need to create a process trigger that, on upload, takes a copy of the incoming file and places the copy within a Azure Share Folder which is configured as a folder within CompleteFTP..
Have tried every variation, with quotes, without etc, with %filename% and without, using just a folder name, full azure path etc but keep getting errors: stderr: The filename, directory name, or volume label syntax is incorrect.
move "%WindowsPath%" "\ABIETLAzureFTP\%FileName%" or
move "%WindowsPath%" "abietlftp:/abietlftp/%FileName%"
I just want to copy a file to this folder (rather than have to ftp upeach time) but how do I reference the completeftp azure folder within the batch process trigger? | Process Trigger to copy Incoming file to Azure folder | enterprisedt.com | 2020.34 | [
{
"text": "If you are using the Windows move command, you need to use Windows paths. So you'll need access to the Azure folder from Windows. \n \nIf you want to use an Azure folder from within CompleteFTP, use Javascript Server-Side (JSS). See [here](https://enterprisedt.com/products/completeftp/doc/guide/jssapi/index.html) for the API guide. Try File.CopyTo\n\n",
"name": "",
"is_accepted": false
}
] |
42eeeb0aa46732b859e3c34c60568a67 | The server is banning my IP even when I am not connecting to the server. Should i disable Auto-Banning?
| The server is banning my IP even when I am not connecting to the server. Should i disable Auto Banning? | enterprisedt.com | 2021.43 | [
{
"text": "A server that accepts password authentication really shouldn’t be on the Internet if it’s not protected by auto-banning. This is because it’s constantly being attacked. The attacks generally start within seconds of the server being placed online. If you check your logs you’ll probably see these attacks. The most common attacks are brute force and dictionary attacks, in which attackers try random or common passwords. The more times that they’re permitted to try, the higher the chance that they’ll be successful. Auto-banning stops this by kicking them off after a few failures. If you disable it then they’ll be able to try an unlimited number of times - maybe millions of times.\n\nSo the solution to problems with auto-banning isn’t to disable it, but to work out why it’s happening. The most common cases are:\n\n1. The server is behind a NAT router that replaces the remote client’s IP address with its own such that, from the point of view of CompleteFTP, it looks like all clients are on the same IP address. Thus legitimate clients look like they’re on the same remote machine as attackers, so when an attacker is auto-banned, legitimate clients are also banned. Users of F5 have often reported this problem.\n2. The legitimate client is coming from the same IP address as a badly configured automated process that’s repeatedly attempting to log in and failing.\n\nSo you should not disable autobanning at all, as this gives an attacker unlimited scope to continue to carry out their attacks without hindrance.\n\nChanging the Auto-Banning paramters in our Professional and Enteprise edition is relatively straight forward, and configuration options are provided. In our Standard edition the options are very limited, but if you really need to, it is possible to change the auto-banning parameters in Standard Edition by executing an SQL query via the cftpconfig utility, but it’s a bit fiddly and we don’t advise it. The best way forward if you really need to tackle this is to upgrade to either our Professional edition or our Enterprise edition.\n\n",
"name": "",
"is_accepted": true
}
] |
9c1ac0825e02d4b58efb7d75f7254b9c | What is the difference between SSL and TLS? | What is the difference between SSL and TLS? | enterprisedt.com | 2021.10 | [
{
"text": "Not much. \n\n \n\nSSL is short for Secure Sockets Layer, and is a protocol designed and implemented by Netscape. Version 3.0 of SSL was used as the basis for the Transport Layer Security (TLS) standard, version 1.0 (defined in RFC 2246, The TLS Protocol Version 1.0). The differences between SSL 3.0 and TLS 1.0 are not substantial, but the two protocols do not interoperate. TLS does, however, support a mechanism to back down to SSL 3.0. edtFTPnet/PRO supports TLS 1.0. We generally use the term \"SSL\" interchangeably with \"TLS\", as SSL is more commonly known.",
"name": "",
"is_accepted": true
}
] |
e17bceeed3973fccccff91a68d606e5c | Hi,
On file uploads I'm getting "Failed to close output stream in put()" but it appears that the EnterpriseDT code re-tries the puts and then succeeds. Just as we've had to do in some other cases, is it safe to ignore this error message in our logging?
| Is it safe to suppress "Failed to close output stream in put()" message? | enterprisedt.com | 2020.05 | [
{
"text": "I can't tell exactly what's going on without a log file, but yes, it sounds safe to ignore this error.",
"name": "",
"is_accepted": false
}
] |
3d820980972b744d58b4d1bc4d2cc378 | How do I change the default from 1 to 50 ? The license field shows one but will not let me change it.
Thank you
John | Is the default lincese for CompleteBox just 1 ? and not vovered with the purchase of CompleteFTP Pro ? | enterprisedt.com | 2020.05 | [
{
"text": "The Professional Edition of CompleteFTP allows for 50 CompleteBox users, and the Enterprise Edition has unlimited users. See [here](https://enterprisedt.com/products/completeftp/doc/guide/html/filesharing.html). \n\n",
"name": "",
"is_accepted": false
}
] |
32a41fd730c34a1689acf39f16b0d0e6 | A question we're often asked is:
> Can you please help me set up a folder that a group can access? I can't figure out how to get the users to it. When we use FileZilla to connect, we go directly to our home drive. I'm not sure how to get from there to the shared folder.
| Sharing a folder between users | enterprisedt.com | 2020.50 | [
{
"text": "Answer:\n\n\n> I suggest this structure: \n> \n> ```\n> +- Files\n> +- Home\n> | +- UserA\n> | +- UserB\n> | +- UserC\n> +- Shared\n> ```\n> \n> \n> To do this:1. Add a root folder called something like 'Files'. To do this, go to the Folders panel, click 'Add folder' and select 'Root folder' and then 'Virtual folder'. This will add a folder called 'Virtual folder 1'. To rename this, right-click on the folder and select Properties. This will show the Properties panel where you can select the Name field and add the new name. Note that a virtual folder is a folder that exists only in CompleteFTP's virtual file system. It can't contain any files. You may choose to make this a Windows folder if you'd like to put files in there.\n> 2. Drag the existing 'Home' folder into the Files folder that you just created.\n> 3. Right-click on the Files folder, select 'Add folder' and then 'Windows folder'. Now find the shared folder in your Windows file-system and add that. If you've already created it in CompleteFTP you can just drag it into the Files folder.\n> \n> \n> So now you have the basic structure. Next thing is to set the permissions. \n> \n> You need your users to have 'list folder contents' and 'change into folder' permission for Files so that they can navigate to that folder in FileZilla. For the Shared folder you want users to have those permissions as well as 'download files' permission. All users are members of the inbuilt 'users' group. If you know you want all users to have the same permissions for Files, Home and Shared then you can just go ahead and user the users group for these three folders. So set this to be the group for Files, Home and Shared, and set the permissions for the group as described above. You shouldn't need to set the permissions of the Home folder and users' individual home folders as the default setting should suffice for those. \n> \n> When UserA first logs in they'll see only the folders, Files, Home and UserA. The question-mark on the icon for Files implies that FileZilla hasn't yet retrieved a listing for that directory and therefore doesn't know if that directory has subdirectories other than Home. When the user selects Files FileZilla will get a listing of Files and thus find the Shared folder.\n\n",
"name": "",
"is_accepted": true
}
] |
16181b7cbf58e82d3a3ae16de098ae1a | Can CompleteFTP be used to push files to another location, If so how do your configure it | enterprisedt.com | 2021.04 | [
{
"text": "Yes, CompleteFTP supports events called [process triggers](http://enterprisedt.com/products/completeftp/doc/guide/html/processtriggers.html) that get launched after a file transfer or some other actions. You can use our FTP script to send the file elsewhere, or your own tool. It also has [scheduled events](http://enterprisedt.com/products/completeftp/doc/guide/html/scheduledevents.html). \n\n",
"name": "",
"is_accepted": false
}
] |
|
8173bda0079c68f864543c105936fd83 | Does the SFTP library work on.Net core 1.0 and 2.0 ? | Does the SFTP library work on.Net core 1.0 and 2.0 ? | enterprisedt.com | 2021.04 | [
{
"text": "There's a release of edtFTPnet/PRO that works on .NET 1.1 (7.4.0), and later versions all work on 2.0 and above.",
"name": "",
"is_accepted": false
}
] |
f1836a89b48292be2bded8ed2fbf4c0f | Hi everybody,
I am developing an app with jms api, and i would like to add a service to transfer files over users. I would like to use this api, but i have a question:
This api offers, services to Client, however if i need to transfer a file or upload a file to a server, i had to implement the server with sockets or this api has capability to receive files from other client?
Thanks and sorry for my English. | A doubt about this api | enterprisedt.com | 2021.04 | [
{
"text": "edtFTPnet and edtFTPj(/SSL) are client APIs only.\n \n\n \n\n> Hi everybody, \n> I am developing an app with jms api, and i would like to add a service to transfer files over users. I would like to use this api, but i have a question: \n> \n> This api offers, services to Client, however if i need to transfer a file or upload a file to a server, i had to implement the server with sockets or this api has capability to receive files from other client? \n> \n> Thanks and sorry for my English.\n\n",
"name": "",
"is_accepted": false
}
] |
cc7e10aeb0309e145c03217022b8cae6 | Hi,
I have been using edtFTP in an application i built for a company a while back. Up until now all has been well, but recently the company has grown in size and has changed the sourcing for their company network.
The network now goes through a proxy server and all of a sudden they cant download any of the larger files in the application because they get a timeout error.
Is there any way to get around this problem, as they dont seem to be able to make changes to the config of the proxy server.
Here is the page error that is returned.
Thanks
10060 - Connection timeout
Internet Security and Acceleration Server
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Background:
When the server, while acting as a gateway or proxy, contacted the upstream content server, it did not receive a timely response. | proxy server timeout | enterprisedt.com | 2021.04 | [
{
"text": "A start might be to increase the timeout setting of the proxy server. \n \n\n \n\n> Hi, \n> \n> I have been using edtFTP in an application i built for a company a while back. Up until now all has been well, but recently the company has grown in size and has changed the sourcing for their company network. \n> \n> The network now goes through a proxy server and all of a sudden they cant download any of the larger files in the application because they get a timeout error. \n> \n> Is there any way to get around this problem, as they dont seem to be able to make changes to the config of the proxy server. \n> \n> \n\n",
"name": "",
"is_accepted": false
}
] |
25fad43f583ed1b5692ea028cc4d0e60 | I'm trying to send an email when files get uploaded but they don't generate. If I flag download and delete as well, then these emails are generated at the appropriate times but the upload email never happens.
Even if I overwrite an existing file with the upload - i get the delete email for the file but no upload email.
Any ideas why please?
| I need help. Please | enterprisedt.com | 2020.40 | [
{
"text": "You'll need to open a support ticket [here](https://enterprisedt.atlassian.net/servicedesk/customer/portal/1) for us to look into this in detail, but if you enable debug logging on the server and examine the server log file (C:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP\\Logs\\diagnostics.log) there's a good chance you'll see why this is happening. \n\n",
"name": "",
"is_accepted": true
}
] |
dbb1a2786360c91ac49480e9e3d53a6c | Dear support,
We recently bought 2 new licences, but because of a mistake in our purchasing process we do not have the professional licence but a standard one.
Is it possible to upgrade the purchase order ?
How do we proceed ?
Best Regards | Licence upgrade from standard to professional | enterprisedt.com | 2020.05 | [
{
"text": "Yes, it is easy to upgrade and will cost you only the price difference. Please open a support ticket [here](http://enterprisedt.com/support/open.php) and give us your purchase reference and details, and we'll send you a quote with a purchase link.\n\n",
"name": "",
"is_accepted": false
}
] |
2470b8f86a855c4ebce80da8577441fd | What is the trial license ?
Trial version ask's for: License owner and/or key not found. Please set the LicenseOwner and LicenseKey properties | Trial version ask's for: License owner and/or key not found. Please set the LicenseOwner and LicenseKey properties | enterprisedt.com | 2020.05 | [
{
"text": "You should find it in the registry. Please run regedit.exe and look for the following key:\n\n\n```\nHKEY\\_CURRENT\\_USER\\Software\\Enterprise Distributed Technologies\\edtFTPnet PRO\n```\n",
"name": "",
"is_accepted": false
}
] |
2eeb6d10bcdc136aa8e2e04e42fcab0e | In the debug log, the connection is shown as working, but when a file is transferred or a directory is listed, the connection is closed by the server. This only happens from version 9.7.0 or later.
DEBUG [SocketController] 4 nov 2020 14:30:49.582 : FTPConnection.2 OnReceive closing (size == 0)
DEBUG [SocketController] 4 nov 2020 14:30:49.584 : FTPConnection.2 CloseConnection(e=null)
DEBUG [SocketController] 4 nov 2020 14:30:49.584 : FTPConnection.2 Shut down socket
DEBUG [SocketController] 4 nov 2020 14:30:49.585 : FTPConnection.2 Closed socket
| Version 9.7.0 can't transfer or list files but connects (Filezilla server) | enterprisedt.com | 2020.50 | [
{
"text": "This is a problem with Filezilla server, and it is because Filezilla server does not support the [extended master secret](https://tools.ietf.org/html/rfc7627) feature in TLS. This feature makes connections more secure. \n\nIf a server does not support the extended master secret and the client does, the RFC says the client should not resume connections. But Fiezilla server has a setting that says if a data connection (used to list directories or transfer files) does not resume, then terminate the connection. \n\nThe Filezilla log shows it happening:\n\n450 TLS session of data connection has not resumed or the session does not match the control connection\n\nTo fix the problem,go to FTP over TLS settings in the Filezilla server options, and uncheck \"Require TLS session resumption on data connection when using PROT P\".\n\n",
"name": "",
"is_accepted": true
}
] |
325fbab6b319101150d5c02e160015f7 | How to fix AccessViolationException when using FTPS? | AccessViolationException using FTPS | enterprisedt.com | 2021.39 | [
{
"text": "Some people have been reporting the following exception when using FTPS on Windows 8 or 2012: \n\n \n\nSystem.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. \n\n \n\nIf this is happening from within Visual Studio, it seems that it is a bug with the Visual Studio hosting process. \n\n \n\nGo to the project Debug settings, and uncheck \"Enable the Visual Studio hosting process\".",
"name": "",
"is_accepted": false
}
] |
ef1ed9145be3ed048e70d26ffb169244 | Hi Support,
We tried to do a purchase for edtftpj/pro (individual license) under username gibksa01 and gib01ksa but webpage just displays processing screen/ hanging after entering the credit card details.
Purchase attempted today between 10 to 11 AM GMT.
Please check and advice.
Thank you. | Purchase Not Going Through | enterprisedt.com | 2021.04 | [
{
"text": "I'm sorry for your trouble. \n\n \n\nI've checked the logs. I can see lots of login attempts by gibksa01, but they all failed. Did you actually manage to log in successfully with this user-name? It seems unlikely as there are no accounts with a user-name that looks similar to this. Please note that our ordering system doesn't share account with our Q&A and helpdesk systems, so you'll need to create a new account when you order. I've verified that no credit card transaction has been created in association with your attempts to order, so it's safe to try again. When you do, please just create a new account with a new username.",
"name": "",
"is_accepted": false
}
] |
7559f3f5083b68ede6fb4fd5ee65f050 | I received the following questions from our IT Security Team (we are an Insurance Company):
To meet the HIPAA regulation, we have to make sure our SFTP (SSH) server **only offers strong cipher suites during the initial negotiation phase**:
We should avoid the following:
* algorithms known for being ?broken? (like DES)
* bit-lengths lower or equal to 96 for encryption algorithms
* known ?broken? MAC algorithms (like MD5)
* plain/unencrypted crypto schemes **(obviously)**
Along with the above requirements, we should ensure that our SFTP server is configured to offer only the most stable and reliable versions of the protocol: **SFTPv3**, **SFTPv5**, **SFTPv6**.
In relation to the questions asked above can you tell me the algorithms and protocol versions used in the .Net SFTP library?
| What version of the SFTP protocol does the .net library use? | enterprisedt.com | 2019.51 | [
{
"text": "You have control over the algorithms so you can disable the ones you don't want such as MD5 and DES - there's an API for doing so. \n\n \n\nIn SFTP we currently support SFTPv3 (as it is the most broadly supported protocol).",
"name": "",
"is_accepted": false
}
] |
ef67dd0643206dd6a1d1d448a39c4faa | I know how to export a list of users from .sdf file using "SQL Server Compact" query but I don't see a column for the user account home folder. | How to export list of user accounts and their home folders | enterprisedt.com | 2020.50 | [
{
"text": "The home folder can be different for each site, so there's a table called SiteUser that maps users to sites. This table has a NodeID, which is the foreign key of the user's home folder, which is stored in the Node table.\n\n\n```\nSELECT UserName AS UserName, Configuration AS Path FROM [User]\nINNER JOIN SiteUser ON SiteUser.UserID=[User].UserID\nINNER JOIN Node ON SiteUser.NodeID=Node.NodeID\nINNER JOIN Site ON SiteUser.SiteID=Site.SiteID\nWHERE Site.System=0\n```\n",
"name": "",
"is_accepted": false
}
] |
a3e8ccc124e23c108ff65ef893946a8a | Hi,
I'm developing a utility for a friend in Taiwan. He has Windows 2000, and his regional settings are set to Chinese Traditional, Chinese (Taiwan). When he calls the DirDetails(string dirName) function, he gets the following exception message:
"String was not recognized as a valid DateTime."
StackTrace:
at System.DateTimeParse.ParseFormatError(Boolean isThrowException, String resourceID)
at System.DateTimeParse.ParseDigits(\_\_DTString str, Int32 digitLen, Boolean isThrowExp, Int32& result)
at System.DateTimeParse.ParseByFormat(\_\_DTString str, \_\_DTString format, ParsingInfo parseInfo, DateTimeFormatInfo dtfi, Boolean isThrowExp, DateTimeResult result)
at System.DateTimeParse.DoStrictParse(String s, String formatParam, DateTimeStyles styles, DateTimeFormatInfo dtfi, Boolean isThrowExp, DateTime& returnValue)
at System.DateTimeParse.ParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style)
at System.DateTime.ParseExact(String s, String format, IFormatProvider provider)
at EnterpriseDT.Net.Ftp.WindowsFileParser.Parse(String raw)
at EnterpriseDT.Net.Ftp.FTPFileFactory.Parse(String[] files)
at EnterpriseDT.Net.Ftp.FTPClient.DirDetails(String dirname)
at queueProcessor.FtpProcessor.batchDownloadXRayImages(Hashtable batchDownloadListHTable) in c:\\documents and settings\\administrator\\my documents\\visual studio projects\\queueprocessor\\ftpprocessor.cs:line 264
Anyway I can get around this?
Thanks! | Exception at DirDetails(string dirName) function, Chinese | enterprisedt.com | 2021.04 | [
{
"text": "Make sure he is using 1.1.5 - this uses the InvariantCulture which might help. Also, 1.1.5 allows you to set the ParsingCulture which he could try to set specifically to his regional culture.\n \n\n \n\n> Hi, \n> \n> I'm developing a utility for a friend in Taiwan. He has Windows 2000, and his regional settings are set to Chinese Traditional, Chinese (Taiwan). When he calls the DirDetails(string dirName) function, he gets the following exception message: \n> \n> \"String was not recognized as a valid DateTime.\" \n> \n> \n\n",
"name": "",
"is_accepted": false
}
] |
1541d256fd4c2b843e69b68e14a47233 | This is the code I have:
var ftp = new FTPConnection;
{
set address, username, password, ACTIVE mode (not showing for security reasons
}
ftp.Connect();
On that last line I get an error "Login with USER first (code =503)"
I can't even connect let alone issue a login command. This is my first time using FTP with this company.
Using C# for .NET 4.5 | Can not use connect() command--says login with USER first | enterprisedt.com | 2020.45 | [
{
"text": "Please [enable logging](http://www.enterprisedt.com/products/edtftpnet/doc/manual/html/howtosetuplogging.html) and post the log file (suitably edited to remove the hostname etc)",
"name": "",
"is_accepted": false
},
{
"text": "\n> Please [enable logging](http://www.enterprisedt.com/products/edtftpnet/doc/manual/html/howtosetuplogging.html) and post the log file (suitably edited to remove the hostname etc)\n\n\n \n\n \n\n \nINFO [BaseSocket] 24 Mar 2014 09:07:35.608 : Connecting to 12.169.193.146:21 with timeout 120000 ms\n \nINFO [FTPControlSocket] 24 Mar 2014 09:07:35.810 : Command encoding=System.Text.SBCSCodePageEncoding\n \nINFO [FTPControlSocket] 24 Mar 2014 09:07:35.857 : Expected reply codes = [230,202,332] (strict=False)\n \nDEBUG [FTPConnection] 24 Mar 2014 09:08:53.040 : Set LocalDirectory='C:\\Users\\bwhite\\AppData\\Local\\Temporary Projects\\BBTTransmit\\bin\\Debug'\n \nDEBUG [FTPClient] 24 Mar 2014 09:08:53.040 : Connecting to 12.169.193.146:21\n \nDEBUG [HostNameResolver] 24 Mar 2014 09:08:53.040 : Resolving 12.169.193.146\n \nDEBUG [HostNameResolver] 24 Mar 2014 09:08:53.040 : 12.169.193.146 resolved to 12.169.193.146\n \nINFO [BaseSocket] 24 Mar 2014 09:08:53.040 : Connecting to 12.169.193.146:21 with timeout 120000 ms\n \nDEBUG [BaseSocket] 24 Mar 2014 09:08:53.071 : Successfully connected to 12.169.193.146:21\n \nDEBUG [FTPControlSocket] 24 Mar 2014 09:08:53.087 : Setting socket timeout=120000\n \nINFO [FTPControlSocket] 24 Mar 2014 09:08:53.087 : Command encoding=System.Text.SBCSCodePageEncoding\n \nDEBUG [FTPControlSocket] 24 Mar 2014 09:08:53.087 : StrictReturnCodes=False\n \nDEBUG [FTPControlSocket] 24 Mar 2014 09:08:53.103 : 220 (vsFTPd 2.0.1)\n \nDEBUG [FTPConnection] 24 Mar 2014 09:08:53.103 : Connected to 12.169.193.146 (instance=0)\n \nDEBUG [FTPControlSocket] 24 Mar 2014 09:08:53.103 : ---> USER ******\n \nDEBUG [FTPControlSocket] 24 Mar 2014 09:08:53.134 : 331 Non-anonymous sessions must use encryption.\n \nDEBUG [FTPControlSocket] 24 Mar 2014 09:08:53.134 : ---> PASS ********\n \nDEBUG [FTPControlSocket] 24 Mar 2014 09:08:53.165 : 503 Login with USER first.\n \nINFO [FTPControlSocket] 24 Mar 2014 09:08:53.165 : Expected reply codes = [230,202,332] (strict=False)\n \n\n \n\n \n(I also *'ed out the user name)",
"name": "",
"is_accepted": false
},
{
"text": "Interesting. It is telling you to use \"USER\" first, and yet the log shows that you are.\n \n\n \nThe clue may be in this message: \"Non-anonymous sessions must use encryption\".\n \n\n \nThat may mean you need to be using FTPS (FTP over SSL) rather than FTP.\n \n\n \nYou can confirm that by using FIlezilla to connect - first try FTP then FTPS (explicit).",
"name": "",
"is_accepted": false
},
{
"text": "It certainly appears that you have to use FTPS in order to log into a user account. Our commercial version of the library, [edtFTPnet/PRO](http://www.enterprisedt.com/products/edtftpnetpro/overview.html) contains a component, [SecureFTPConnection](http://www.enterprisedt.com/products/edtftpnetpro/doc/manual/api/html/T_EnterpriseDT_Net_Ftp_SecureFTPConnection.htm), that allows you to set the protocol to FTPSExplicit, which should allow you to log in.\n \n\n \n- Hans (EnterpriseDT)",
"name": "",
"is_accepted": false
}
] |
f049fd0ecc884c4307e812ae839a4d1d | What web server is used by the CompleteFTP web server? I cannot tell from the installation. A certificate issuer wants to know. Host is Win 7 Pro SP1. About tab says
### CompleteFTP
Web file managerusing elFinder Version: 2.0.2, protocol version:and jQuery/jQuery UI: 1.8.0/1.8.23[CompleteFTP Project home](http://completeftp.com/)[elFinder Project home](http://elfinder.org/)Licence: BSD LicenceCopyright © 2009-2011, Studio 42 | CompleteFTP server platform | enterprisedt.com | 2020.29 | [
{
"text": "CompleteFTP is its own webserver - it doesn't use IIS or an external webserver. \n\n \n\nThe issuer probably wants to know because they need to know what format they should send you the certificate in. CompleteFTP accepts most format, but since you need to choose one, we suggest telling them Apache. \n\n \n\nBy the way, I see that you're still using the old file-manager (FileManager1). I recommend using the new one, which is much more modern and works on mobiles. You can change it by setting the home web-app for the whole site or for individual users to FileManager2.",
"name": "",
"is_accepted": false
}
] |
8f141be5806b1a942537efd337de559d | Using EDTFTPjPro version 5.0.1 - when putting a large multi-GB file, we sometimes get "Permssion Denied" exception at just below the one GB level of bytes arrived at the server. It's always about the same, but never the exact same number of bytes arrived at server. I attempted to re-create using a slightly modified version of one of the sample programs, but it would not kick (this was done from my desktop) - the actual process is done server to server. Due to the volume of traffic, not feasible to turn on logging in Production. Any ideas as to what could be going on? As I said - this is a sometime thing. We can always start the put, but it gets that exception thrown. | Putting large file we sometimes get "Permission Denied" at about the one GB location | enterprisedt.com | 2019.51 | [
{
"text": "Without a log it is difficult to say. Is this FTPS or SFTP? You could enable logging at the INFO or ERROR level - that will give minimal logging but will provide some clues. Also, the server log may provide details on the issue if you have access to it.",
"name": "",
"is_accepted": false
}
] |
043c6df853126c66a0cb3c2a338a9aaf | Sometimes, it might be necessary to roll back to an earlier version of CompleteFTP.
For example one user is developing a new change control process, and part of that process that requires a roll back plan to the previous version of CompleteFTP. | How can I roll back to an earlier version of CompleteFTP? | enterprisedt.com | 2019.51 | [
{
"text": "Rolling back CompleteFTP is quite easy. The most crucial step is restoring the old version's configuration file.\n\n\nCompleteFTP uses a configuration file called config.sdf, and it is stored here: \n\n\nC:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP\n\n\nWhen an upgrade is performed, a backup of the old configuration file is stored here:\n\n\nC:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP\\Backup\n\n\nBackups are named by their version number, and are called either daily\\_[version]\\_[date].sdf or update\\_[version]\\_[date].sdf.\n\n\nTo roll back to a specific version, you need the most recent configuration file for this version,. e.g. to roll back to 9.1.3 from 10.0.0, you need to locate the most recent version of the 9.1.3 config file. For the installation on the author's machine, that file is update\\_913\\_20161222.sdf. \n\n \n\nOnce this file is located, follow these steps:\n\n\n1. Uninstall CompleteFTP (it won't remove backups).\n\n\n2. Copy the previous version's configuration file (e.g. update\\_913\\_20161222.sdf) to the configuration directory (C:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP), renaming it to config.sdf.\n\n\n3. Install CompleteFTP using the rollback version's installer (obtainable from our [customer site](https://connect.enterprisedt.com)). \n\n\n \n\n \n\n",
"name": "",
"is_accepted": true
}
] |
3261b3419d1c6c9b90f1534dba06bc0b | How to deal with error "Error in authentication: Could not load file or assembly"? | Error in authentication: Could not load file or assembly | enterprisedt.com | 2020.05 | [
{
"text": "If you are using the Enterprise Edition and have written your own extension, it is possible you have received this error: \"Error in authentication: Could not load file or assembly 'CompleteFTPServer, Version=x.x.x\". \n\n \n\nThis error occurs if you have upgraded CompleteFTP and not recompiled your extension assembly against the new CompleteFTPServer.dll. Currently this is required.",
"name": "",
"is_accepted": true
}
] |
bb1a5228480ba19e00528fc941966452 | A user asks, when connecting to SFTPs and both client and server supports ssh-rsa and ssh-dss key-pair algorithms, the client (edtFTPj/PRO library) always chooses ssh-dss. Is there a configuration to make it choose ssh-rsa over ssh-dss when both are available? When choosing ssh-dss, the connection fails and the files are not transferred.
| How can I make ssh-rsa the chosen keypair algorithm? | enterprisedt.com | 2020.10 | [
{
"text": "Yes, it does it by simple order, and by default ssh-dss is listed first. You can change the order in SSHFTPClient like this:\n\n\n```\nsshFTP.disableAllAlgorithms(SSHFTPAlgorithm.KEY\\_PAIR);\nsshFTP.setAlgorithmEnabled(SSHFTPAlgorithm.KEY\\_RSA, true);\nsshFTP.setAlgorithmEnabled(SSHFTPAlgorithm.KEY\\_DSA, true);\n```\nThis puts them in the order ssh-rsa,ssh-dss.\n\n",
"name": "",
"is_accepted": true
}
] |
4a558678702d768ccd4003d3e3b6522b | We are currently using edtFTPnetPRO Version 4.1.1.0, what is the most current version?
Can I have a feature comparison sheet between feature 4.1.1.0 and the most current version? so we can decide if we need to do upgrade.
Thanks. | edtFTPnetPRO Version Features | enterprisedt.com | 2019.51 | [
{
"text": "4.1.1 is an extremely old version, and we don't have a comparison sheet. You will, however, get a good idea of the differences by browsing the revision history, [here](http://enterprisedt.com/products/edtftpnetpro/doc/manual/html/history.html).\n\n",
"name": "",
"is_accepted": false
}
] |
d8197017a15af12e21646b659b7727fb | We use Zabbix (which is an SNMP monitoring tool) to monitor our servers. We've just added CompleteFTP. I don't find a Zabbix template or any mentions here or on the product website. So I thought I ask, what monitors are available?
Obviously, is the server up, are the ports listening are the basics. | Monitoring a CompleteFTP cluster with Zabbix or other SNMP tools? | enterprisedt.com | 2021.25 | [
{
"text": "Please go to the monitoring tab in the CompleteFTP Manager (administration) application , where you can find the TCP port usage, connection details, real time logging and more.",
"name": "",
"is_accepted": false
}
] |
498413fe87e2c6a55e9d7792709f758b | Intending to purchase Pro version - does trial version support SSL certificate setup? | enterprisedt.com | 2020.05 | [
{
"text": "Assuming you are referring to CompleteFTP, yes, the trial version has the same functionality as the production version.",
"name": "",
"is_accepted": false
}
] |
|
3478c9d1bc4a9c3912412c659a822bd8 | We are trying to move multiple files in a folder to another folder in the same server. We are using the below command.
lrename folder1 folder1/Complete
It is currently to moving the files, not sure if there is something we are missing in the syntax.
Your help will be very much appreciated. | Move multiple files in a folder to another folder in the same server | enterprisedt.com | 2020.29 | [
{
"text": "The lrename command (which is an operation on the local system, i.e. on the CompleteFTP server on which it is running) only renames a file or a directory. It cannot move files from one directory to another.",
"name": "",
"is_accepted": false
}
] |
d4a1781a19ebe28c30b0e7815aa74940 | We are trying to figure out how often some of our users are logging in to CompleteFTP. Is there a way to view a users last login time, or view timestamps for every time a user has logged in?
Thank you | Last login information for users | enterprisedt.com | 2020.05 | [
{
"text": "Yes, [turn on auditing](https://enterprisedt.com/products/completeftp/doc/guide/html/auditing.html) and examine the auditing log. \n\n",
"name": "",
"is_accepted": false
}
] |
deed5b6fdbccb5fe618f668614b11629 | How can I export a list of CompleteFTP users? | enterprisedt.com | 2020.05 | [
{
"text": "You can directly query the configuration database using [this tool](http://technet.microsoft.com/en-us/library/ms174147.aspx). \n\n \n\nMake a copy of C:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP\\config.sdf, install the viewer and then open the copy using the viewer. \n\n \n\nThen run this query (or similar) in the query editor: \n\n \n\nSELECT UserName,FullName,Description from [User] \n\n \n\nYou can copy and paste the result.\n\n",
"name": "",
"is_accepted": true
}
] |
|
5f6ae15f55aa06caa14d5cc5670afe7b | Can edtFTPnet/PRO be used in non-GUI apps? | Can edtFTPnet/PRO be used in non-GUI apps? | enterprisedt.com | 2021.10 | [
{
"text": "Yes, edtFTPnet/PRO works in non-GUI apps including console applications and Windows services. Of course it will also work in Windows Forms apps, where the FTP GUI controls can save the developer a lot of time and effort.",
"name": "",
"is_accepted": true
}
] |
dc4cf7ae6152c39cb41d8980e77c2410 | When connecting to CompleteFTP with an SFTP client, the connection fails and an error message "Format of SSH version is invalid" appears in the log file. | Format of SSH version is invalid | enterprisedt.com | 2020.05 | [
{
"text": "This has been observed when the Linux command-line sftp client tries to connect to CompleteFTP. \n\n \n\nThe problem was non-English characters in the welcome banner set up in CompleteFTP. Most SFTP clients such as Filezilla deal with non-English characters correctly, but the Linux sftp client does not. Removing the non-English characters from the welcome message in CompleteFTP solved this issue.",
"name": "",
"is_accepted": false
}
] |
7073d01f24458ec6fb57cfe4af51f4f1 | I am using version 2.2.2 and the FTPConnection class. Function Exist(remote file) intermittently error out either with CODE=425
- EnterpriseDT.Net.Ftp.FTPException {"Can't open data connection. (code=425)"} EnterpriseDT.Net.Ftp.FTPException
\_HResult -2146232832 Integer
\_message "Can't open data connection." String
+ Data {System.Collections.ListDictionaryInternal} System.Collections.IDictionary
HelpLink Nothing String
HResult -2146232832 Integer
InnerException Nothing System.Exception
IsTransient False Boolean
Message "Can't open data connection. (code=425)" String
ReplyCode 425 Integer
Source "edtFTPnet" String
StackTrace " at EnterpriseDT.Net.Ftp.FTPControlSocket.ValidateReply(FTPReply reply, String[] expectedReplyCodes) at EnterpriseDT.Net.Ftp.FTPControlSocket.SetDataPort(IPEndPoint ep) at EnterpriseDT.Net.Ftp.FTPClient.Exists(String remoteFile) at EnterpriseDT.Net.Ftp.FTPConnection.Exists(String remoteFile) at ICTCheckin.myFTPConnect.moveFile(String tsource, String tdes) in F:\DOTNET\ICTCheckin\ICTCheckin\myFTPConnect.vb:line 190" String
+ TargetSite {EnterpriseDT.Net.Ftp.FTPReply ValidateReply(EnterpriseDT.Net.Ftp.FTPReply, System.String[])} System.Reflection.MethodBase
If I repeatedly call this function the result is intermittently. 50% will return the correct result and 50% with have exception as shown. Is there any reliable way to query for existed remote file from the FTP server?
Thank you,
Hugh | method Exists in FTPConnection intermittently error | enterprisedt.com | 2021.17 | [
{
"text": "Can you please enabled logging at the DEBUG level and post the relevant portion of the log.\n \n\n \n- Hans (EnterpriseDT)",
"name": "",
"is_accepted": false
},
{
"text": "Switch to the latest Pro version and the error gone away. I still try to run some more test with logging turn on. As soon as I see the same error, I will post the log.",
"name": "",
"is_accepted": false
},
{
"text": "Got the error again with the Pro version. Turned on log file and emailed the log to support. Please check.\n \nThank you,\n \n\n \nHugh",
"name": "",
"is_accepted": false
},
{
"text": "It wasn't detecting that the file wasn't found from the msg returned from SIZE. Solution is to do this:\n \n\n \nmyftp.FileNotFoundMessages.Add(\"CANNOT FIND\")",
"name": "",
"is_accepted": false
}
] |
52d6e1683ad52fd82ad5c19aab6b2c0c | I need to copy multiple files from a remote sftp server and afterwards move the files on the remote server to a different folder. When the job is finished I would like to receive an email as well. This is a scheduled process that only needs to run once a month but for each run I would like to have a separate log file. What is the best way? FTP, powershell or Javascript?
At the moment I'm using FTP in combination with mget, change folder, mput, change folder again and mdelete but that's not the most beautifull way to do so. How should I do this? Does anyone have a simple example?
I'm no scripting expert. Thanks in advance! | download and move files on remote sftp, create separate log and email | enterprisedt.com | 2019.51 | [
{
"text": "CompleteFTP's Javascript environment (JSS) includes both an FTP client and an Email client, so you can write a script that downloads files and then sends an email when it's done.\n\nHere's sample script that downloads a file (adapted from [this](https://enterprisedt.com/products/completeftp/doc/guide/jssapi/Ftp.html)):\n\n\n```\nvar ftp = new Ftp();\nftp.hostName = \"myftpserver\";\nftp.protocol = \"SFTP\";\nftp.userName = \"myusername\";\nftp.password = \"mypassword\";\ntry {\n ftp.connect();\n} catch (e) {\n throw \"Could not connect to server.\";\n}\ntry {\n ftp.download(\"myfile.dat\", \"/home/myusername/myfile.dat\");\n console.log(\"Download complete\");\n} catch (e) {\n throw \"Error while downloading file.\";\n}\nftp.close();\n\n```\nand here's a sample script that sends an email (from [here](https://enterprisedt.com/products/completeftp/doc/guide/jssapi/mail.html))\n\n\n```\nmail.smtp.server = \"smtp.gmail.com\";\nmail.smtp.port = 587;\nmail.smtp.userName = \"[email protected]\";\nmail.smtp.password = \"my.password\";\nmail.smtp.enableSSL = true;\n\nmail.send(\"[email protected]\", \"[email protected]\", \"Test message\", \"This is a test\");\n\n```\nYou should be able to put these two together to get the desired result.\n\n",
"name": "",
"is_accepted": false
}
] |
0c453fddf5683937df05d1a86c016028 | There's a method called setParallelMode in SSHFTPClient. What does it do? | What does it do? | enterprisedt.com | 2020.40 | [
{
"text": "It allows the SFTP client to send batch upload requests so that instead of sending one request and waiting for the response before sending another one, it sends a set of requests all at once and processes them as they arrive, sending another request for each response.",
"name": "",
"is_accepted": false
}
] |
87007dacb8fe8a2c1aa11dafa60ac88a | * It seems that here the firewall blocks the ACK for SSH
* setting the sftp timeout to an lower value as the default SSH timeout (mostly set to 10) this is closing connection and works then
* But when i set to 30 seconds, It doesnot work.
* What or why sftp behaves like this for 10 seconds and 30 seconds configured.
| SFTP-connector only works when the timeout value is set to an value <10s. | enterprisedt.com | 2020.10 | [
{
"text": "I've never heard of a firewall blocking an SSH message. A debug log file might tell us more.",
"name": "",
"is_accepted": false
}
] |
1dd4f67172f3ec221f34d185534c7543 | My customers asked us to assign the time of the remote file to the local file after downloading so they know the last modification time of the remote file.
So in a TransferComplete event handler, we use the FTPFileTransferEventArgs LastWriteTime to set the last write time of the local file. This works well with one small problem. If the remote site and the local site are not in the same timezone, the LastWriteTime is "auto-corrected" with the timezone difference.
For example, remote file has timestamp of Nov 8 23:59. When retrieved from a location where the timezone is 2 hours ahead, LastWriteTime is Nov 9 02:59.
Using edtFTPnetPRO.dll in a C# .Net 4.0 framework. Examined the DateTime structure but found nothing that helped.
(Also tried GetLastWriteTime(remoteFile) but it returns the same value as LastWriteTime - go figure.)
Suggestions?
Andrew | Getting file time of remote file | enterprisedt.com | 2021.04 | [
{
"text": "Yes, the timestamp is returned in local time. Why's that a problem?",
"name": "",
"is_accepted": false
},
{
"text": "\n> Yes, the timestamp is returned in local time. Why's that a problem?\n\n\n \nOn the remote site, in timezone A, certain files are created throughout the day and placed in a daily folder. When retrieved and placed in the same daily folder, it appears to certain users, that the files are going into the wrong folder due the the \"corrected\" time stamp.\n \n\n \nMy customers simply asked if it was possible to set the modified time on the local file to the same value as the modified time on the remote system. LastWriteTime seemed like a straightforward solution until the time showed up in local time.\n \n\n \nAs explained initially, a file last modified on Nov 8 at 23:59PM on the remote system shows up on the local system with a time of Nov 9 02:00AM. My customers would like both to read Nov 8 23:59PM.",
"name": "",
"is_accepted": false
},
{
"text": "The server actually supplies the timestamp in UTC, and we convert it to local time. So we don't actually get the local time on the server sent to us when a file is downloaded.\n \n\n \nWhat you can do is work out the time difference and set the TimeDifference property. You should be able to do this by doing using GetFileInfos() which does return the server time, and comparing a file's timestamp to that returned by GetLastWriteTime.",
"name": "",
"is_accepted": false
},
{
"text": "\n> The server actually supplies the timestamp in UTC, and we convert it to local time. So we don't actually get the local time on the server sent to us when a file is downloaded. \n> \n> What you can do is work out the time difference and set the TimeDifference property. You should be able to do this by doing using GetFileInfos() which does return the server time, and comparing a file's timestamp to that returned by GetLastWriteTime.\n\n\n \n\n \nTurns out my code uses GetFileInfos() to build the list of files to download. And the ModifiedTime inside the FTPFile class has the remote time in it exactly as I needed it. Wasn't necessary to calculate the TimeDifference at all. The \"Kind\" of the ModifiedTime datetime is Unspecified. See [http://msdn.microsoft.com/en-us/library ... .kind.aspx](http://msdn.microsoft.com/en-us/library/system.datetime.kind.aspx)\n \n\n \nSo right when myClient.DownloadFile() returns, I just create a FileInfo for the local file, check it exists and set the LastWriteTime to the ModifiedTime from FTPFile.\n \n\n \nWorks great. Hope I haven't overlooked something.\n \n\n \nThanks for pointing that out to me.",
"name": "",
"is_accepted": false
},
{
"text": "That sounds fine.",
"name": "",
"is_accepted": false
},
{
"text": "Well, after upgrading to the newest edtFTP Pro library, the \"Kind\" of the LastModifiedTime in the FileInfo is UTC as I was warned it should be. Or perhaps it was one of the Microsoft updates.\n \n\n \nBack to the drawing board. :(\n \n\n \nI think the answer is no but can I get the \"date\" of the remote system using an FTP command? Is there anything in transferring a file out or getting a directory listing? Maybe creating a new file on the remote system knowing my localtime and then looking at the FileInfo for the newly created file? Have to think my way through some of this. Again.",
"name": "",
"is_accepted": false
},
{
"text": "You can work out the time offset by exploiting an idiosyncrasy of the protocol. The GetLastWriteTime, which uses the MDTM command, returns the time in UTC, whereas the GetFileInfos() method returns timestamps in the local time. What you can therefore do is retrieve a directory listing using GetFileInfos() and then call GetLastWriteTime() for one of the files or directories in the listing. Then timezone offset is the difference between the two.\n \n\n \nPlease let me know how that goes.\n \n\n \n- Hans (EnterpriseDT)",
"name": "",
"is_accepted": false
},
{
"text": "\n> You can work out the time offset by exploiting an idiosyncrasy of the protocol. The GetLastWriteTime, which uses the MDTM command, returns the time in UTC, whereas the GetFileInfos() method returns timestamps in the local time. What you can therefore do is retrieve a directory listing using GetFileInfos() and then call GetLastWriteTime() for one of the files or directories in the listing. Then timezone offset is the difference between the two. \n> \n> Please let me know how that goes. \n> \n> - Hans (EnterpriseDT)\n\n\n \n\n \n :? Ok...\n \n\n \nWhat I want is the timestamp on the client file to be the same as the timestamp on the server file ignoring any timezone differences. As mentioned above, although maybe not clearly, it WAS working! I was using the timestamp from the FTPFile class returned by the GetFileInfos command and assigning it the client file timestamp.\n \n\n \nThis was working when I was testing in December. However, when I went to check with one of our user's, the timestamps of the files on the client machine weren't the timestamps from the server anymore, they were the timestamps with the difference between the server timezone and the client timezone applied.\n \n\n \nWhen I looked at the FTPFile timestamp, it now showed the \"Kind\" as UTC where previously it showed as \"Unspecified\".\n \n\n \nI'll look but I don't think I changed any code that would cause this. So I was thinking it was something in the latest edtFTPnetPRO.dll, 8.3.20 that I updated to in my project about the same time...",
"name": "",
"is_accepted": false
}
] |
6cee8a82922a64db1a80960d55b95a1d | Is it possible to change the output format for Custom Commands?
The documentation indicates that for web invocations it is returned in JSON format. Is it possible to give an option (maybe based on the Content-Type header) to return as a string or in the same format the SSH commands are returned as?
<https://enterprisedt.com/products/completeftp/doc/guide/html/jsssitecommandextensions.html>
Use case:
I have a function that returns an XML string. The web invocation of the custom commands seems to be returning it wrapped in a JSON object | CustomCommands Extension output format | enterprisedt.com | 2020.05 | [
{
"text": "Unfortunately version 12.X doesn't support formats other than JSON when custom commands are invoked in this way, but there is a way to do it.\n\nWhat you can do is create a JSS web app that calls your custom command and returns a value in any format you like. To try this do the following:\n\n1. Add a Windows folder called 'Test' underneath the /Public folder in the virtual file-system.\n2. Set the owner to 'web' (since the web user has JSS enabled).\n3. Use a text editor to create a file called test.jss and save it in the Windows folder to which /Public/Test is mapped (probably C:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP\\Public\\Test).\n4. Copy the code below into the JSS file and replace 'myFunction' with the name of your function.\n5. Save the file.\n6. Open the following URL in your browser: https://localhost/Test/test.jss. You should see the XML that your function returned.\n\nCode:\n\n\n```\nresponse.write(system.executeCustomCommand(\"myFunction\"));\nresponse.contentType = \"application/xml\";\n```\nNote that, since the /Public/Test folder doesn't give permissions to 'All users', you'll need to be logged in to be able to call the function. If you'd like provide public access then just grant 'Download' permission for 'All users' for that folder in the Folders panel.\n\n",
"name": "",
"is_accepted": false
}
] |
ceca53bb2bc743ff3a991d99ee3c8405 | We are upgrading a client installation from version 7.4.0.20 to 9.6.0. of the edtFTPNetPro.dll.
I don't want to redeploy our entire application, I just want to update the edtFTPNetPro.dll.
When they try to unregister the old and/or register the new dll using regsvr32, they get a message saying that the entry-point server was not found, and to make sure that the file is a valid DLL or OCX file and try again.
Does the .DLL need to be re-registered, or does the existing .DLL file just need to be replaced? | edtftpnetpro.dll registration issue | enterprisedt.com | 2020.50 | [
{
"text": "Please go [here](https://enterprisedt.atlassian.net/servicedesk/customer/portal/1) to open up a support issue/ticket.\n\n",
"name": "",
"is_accepted": false
}
] |
d2cfb32dfafd49cb6a72cd837142e0c5 | Do you have a module to implement the encryption at rest? Or do I need to purchase third party software?
If I do need to purchase third party software, what is the software your customer purchased or recommended. | how do you support or implement encryption at rest? | enterprisedt.com | 2019.51 | [
{
"text": "Encryption at rest is implemented by CompleteFTP (in the Enterprise Edition). You don't need to purchase any third party software.",
"name": "",
"is_accepted": false
}
] |
5e80a3de6b95a0123e57d3d1cbdf1e0b | Does edtFTPnetPRO support for .net framework 4.7.1? | Does edtFTPnetPRO support for .net framework 4.7.1? | enterprisedt.com | 2019.43 | [
{
"text": "Yes, edtFTPnet/PRO certainly can be used on .NET 4.7.1.",
"name": "",
"is_accepted": false
}
] |
38f2f9767a1e990c070bb6f81c2e33c6 | How do I move CompleteFTP to another machine? | How do I move CompleteFTP to another machine? | enterprisedt.com | 2020.05 | [
{
"text": "We recommend you have a [current support agreement](http://enterprisedt.com/products/completeftp/support/) prior to migrating your installation. This gives you access to assistance with the migration and the latest version of CompleteFTP. \n\nIf you do not have a current support agreement, you can still freely move your license if you are on version 9.1 or higher (via the *release license option)*. If you are on 9.0 or below, or you need technical assistance, you will need to renew support to move your license.\n\nFollow the steps below in order to move CompleteFTP server from one machine (source) to another machine (target):\n\n1. a) If you are on version 9.0 or below, [contact support](http://enterprisedt.com/support/contact/) to get another license allocated so you can reactivate. If you do not have a current support agreement you will need to renew it. \nOR \nb) If you are on version 9.1 or above, you can use the *release license option* in the Licensing panel of the CompleteFTP manager. This puts the server into migration mode, and it is fully operational for a further 30 days. We advise doing this only when the new machine is ready to activate (Step 7). Note that if you have current technical support, you can upgrade to the latest version on the original machine so this option can be used.\n2. Download the latest version of CompleteFTP that you are entitled to from our [customer site](https://connect.enterprisedt.com). You'll need to know your registered email address for your account if you've lost your account details. If you can't log in, please [contact support](http://enterprisedt.com/support/contact/). You'll need a current support agreement to get the latest version - the trial won't work.\n3. Install CompleteFTP on the target machine. This creates all the default directories.\n4. Locate the configuration file (config.sdf) on the source machine. Typically, its location is C:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP\\config.sdf\n5. Copy the config.sdf to the same location on the target machine.\n6. Copy all data directories from the source to the target. By default, these are subdirectories of the directory where config.sdf is stored, but directories in other locations may be referenced as well.\n7. Install CompleteFTP on the target machine (again), choose the option to keep the configuration file, and confirm everything works locally (it will have the wrong activation key so you won't be able to connect from external machines). Note: if you have specific IP addresses configured for certain protocols, you will need to alter these if your new machine has a different IP address.\n8. [Activate CompleteFTP](http://www.enterprisedt.com/products/completeftp/activation.html) on the target machine. If you are running 9.1 or above, this is the time to release the license from the original machine (Step 1b)). If you have trouble activating your new installation then please [contact support](http://enterprisedt.com/support/contact/).\n9. Check external connections succeed. If your server IP address has changed, ensure your firewall is directing external connections to your new server. You may also need to modify the server's Windows firewall to give CompleteFTP access to the outside world.\n\n",
"name": "",
"is_accepted": true
}
] |
fc96803bf415c947153e1da58f976986 | A user asked us how to do this because the uninstall operation failed. | How can I manually delete the CompleteFTP installation? | enterprisedt.com | 2020.05 | [
{
"text": "Warning. This will completely remove your CompleteFTP installation!\n\n1. Delete C:\\Program Files (x86)\\Complete FTP (and subdirectories)\n\n2. Delete C:\\ProgramData\\Enterprise Distributed Technologies\\Complete FTP (and subdirectories)\n\n3. Delete the service by doing the following:\n\na) Click *Start* | **Run** and type regedit in the Open: line. Click OK.\n\nb) Navigate to HKEY\\_LOCAL\\_MACHINE\\SYSTEM\\CurrentControlSet\\Services\n\nc) Scroll down the left pane, locate the service name, right click it and **select Delete**.\n\n4, Similarly delete the following registry entries using regedit, and any subkeys:\n\nHKEY\\_LOCAL\\_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Complete FTP\n\nHKEY\\_LOCAL\\_MACHINE\\SOFTWARE\\Complete FTP\n\n",
"name": "",
"is_accepted": false
}
] |
bfc1d831e33241cea59320ce7694c068 | This question is a follow on to #3 of the original question I asked. It was in reference to the fact that your Java library said that certain hosts were not already listed in the known\_hosts file when server validation was enabled. In every case, the /usr/bin/sftp program had no problem finding the key, but every key had the same algorithm as listed in the question title. In looking at your docs, it looks like maybe only RSA & DSA type keys are supported (and are the default).
It also looks like the SSHFTPClient class supports setting your own validator, such that if a key is not found in the known\_hosts file, it can automatically be added. But I'm using the SecureFileTransferClient class, & when I look at the getAdvancedSSHSettings() method, the AdvancedSSHSettings object that is returned only allows me to get the default SSHFTPValidator, I see no way to set my own validator.
How do I set my own SSHFTPValidator subclass if I'm using the SecureFileTransferClient class? | Do you support ssh keys in the known\_hosts file that use the ecdsa-sha2-nistp256 algorithm? | enterprisedt.com | 2020.05 | [
{
"text": "This looks like an oversight. Given the apparent simplicity of this change, we may be able to get you a patch with the setter included very quickly. This will require you to have a current support agreement, however. Do you have a current support agreement?",
"name": "",
"is_accepted": false
}
] |
56a5f030736eeaee84d389c0192a2370 | I need to send off files to any of several endpoints (by SFTP), as they become available. Right now, I'm opening a new FTP connection each time I'm ready to send, but this is not a good use of the connection, and eventually bogs my server down. Is there a pool manager, which would give me the already-open connection to a given endpoint, or open a new one if needed? | Can edtFTPnet/Pro manage a pool of SSHFTP connections, or do I need to roll my own pool management? | enterprisedt.com | 2020.05 | [
{
"text": "How often do you need to send files? Typically, SFTP servers will disconnect a connection if it is idle for more than a few minutes, so if it is more than say two minutes between sends, you should disconnect and reconnect each time.",
"name": "",
"is_accepted": true
}
] |
d052c9bfd6af3cb8d0dc96684f240182 | We have a client that we are uploading a file to. They have a system that moves files out of the folders. He is concerned that the file will be moved out of the folder before it is finished uploading. We are using the .NET version of the EDT Pro library.
My question is: When EnterpriseDT uploads a file, does it put a file lock on the file it is uploading, on the target server that it is uploading to? i.e. Could their system move the file before EDT is finished uploading the file? | When uploading a file, does EnterpriseDT put a file lock on target server's file as it is uploading? | enterprisedt.com | 2021.10 | [
{
"text": "No, a file lock is not put on the file (unless the FTP server that actually doing the file write puts a lock on the file). There is no mechanism for the FTP client to do this. Typically, FTP servers don't lock this file as often another process may be reading it. They may put a write lock but you can't count on it. \n\n \n\nThe usual approach is to upload to a temporary file name and then rename it to the target filename once the upload is complete. This should avoid the problem you are describing.",
"name": "",
"is_accepted": false
}
] |
b68da9dad5a8297e932fee6e2361eb73 | Hello,
We are evaluating CompleteFTP and we would like to enable an email notification when a user fails to login only. We have created the Email notification and selected "Log in" from Events and "Notify on error" in Errors.
For the Subject we have the following text: Failed login attempt - %LoginUserName%
Now every time a user tries to log in, whether is authenticates successfully or not, we get an email notification. We get the following text on the email subject:
When the user "abcd" uses the wrong credentials we get an email with subject: **Failed login attempt - abcd**
When the user "abcd" uses the correct credentials and logs in successfully we still get an email but this time with subject: **Failed login attempt - %LoginUserName%**
For the authentication methods we are testing Password and Public Keys together,
Our question is, why do we receive an email notification even if the user logs in successfully and why the email sent on successful logins does not include the username and instead it includes the macro.
Thank you,
AJK
| Email notification for Log in event, Notify on error | enterprisedt.com | 2021.04 | [
{
"text": "This is because some SFTP clients send a \"fake\" login with no username when they login. The SSH protocol means that the reply message (failed login) lists all the authentication methods that are possible, and the client uses that list to decide what authentication method to try next. \n\n \n\nI'm not sure if this should be ignored or logged as a login attempt. We'll consider ignoring it the first time, as it's annoying having the login event triggered when it is not really trying to login.",
"name": "",
"is_accepted": false
}
] |
836800067553445ea6f2bf09ba276cb8 | Will .NET Ftp be upgraded to run on .Net Core 2.x? If so by when. | enterprisedt.com | 2020.05 | [
{
"text": "Yes, we plan to do this and hope to have it ready in late 2019.",
"name": "",
"is_accepted": false
}
] |
|
6af91c3d93223fb82d7dd2bdf97c53e1 | I would like to get information regarding a file upload which I can then send off to another service for consumption by reports etc.
In particular I'd like to be able to get information on when an upload of a file started, when it completed, and the number of bytes transferred. I'd also like to know the number of bytes transferred if there was an error, and what the error was.
Is this possible with Complete FTP? I saw that there were events for when a file was uploaded, but the macros didn't have any start/stop time or error reason or anything. | Duration of file upload to CompleteFTP | enterprisedt.com | 2021.10 | [
{
"text": "Events are only triggered at the completion of an event. Process triggers can be written in Javascript so they are quite flexiible. You could write a script to tell you the size of the file, but you can't tell the number of bytes transferred or the error message (it would be useful if the error message could be supplied - I will check to see if that is on the planned features list.",
"name": "",
"is_accepted": true
}
] |
77beae45820210b6cfd720e87058cc05 | Hello,
I love that starting version 8.2.0 CompleteFTP has Per-user IP filtering. But based on a User's Guide <http://enterprisedt.com/products/completeftp/doc/guide/index.html,> I need to first deny Access from other IP addresses -- that prevents me from using this feature.
I need CompleteFTP Pro to go even further, I need some of my FTP server users to be able to come from All IP address, and some from specific IP addresses.
Now, if I don't change IP filtering to Deny over Allow, specifying IP address for a user does nothing -- I need CompleteFTP to drop connection after a user name has been entered, not before, if the username's IP address is wrong.
On the other side, CompleteFTP Enterprise way of achieving this with multiple sites is not acceptable either -- it has a side effect -- each site needs a different port to access it, instead of regular port 21. | Allowed IP addresses should work without needing to deny access from all IPs | enterprisedt.com | 2019.51 | [
{
"text": "Someone else requested this mid last year and we added support for it. I'm not sure which version it was added, but it's definitely in the current version 8.5.1. There's no visible change in the user-interface, but a new configuration of rules is supported.\n\n\nHere's how I described it to our tester:\n\n\n\n> \n> The way that this requirement can be realized by the admin is that they set precedence to 'allow before deny' and then add two rules for each restricted user: one to deny all access from all addresses for that user, and the other to allow access from one specific address for that user. This can be done in the IP filtering dialog box.\n> \n> \n> \n\n\nIt looks like your support agreement has expired. You can extend it [here](https://connect.enterprisedt.com/#/shop/support/extend). If you just want to test the latest version then you can download the trial from [here](http://enterprisedt.com/products/completeftp/download).\n\n",
"name": "",
"is_accepted": false
}
] |
4dcf16f49f755dc3a3ed469634cea1ba | How can I move a File from DirA to DirB in a remote server using EnterpriseDT.Net.Ftp.FTPConnection.
Thank you. | How move file in remote server. | enterprisedt.com | 2021.04 | [
{
"text": "Most servers will allow you to use the rename function to do that.\n \n\n \n- Hans (EnterpriseDT)",
"name": "",
"is_accepted": false
}
] |
54dff584c6f6eeeb5af1ec07f4987560 | Hi,
i am using edtftpj/pro.
Is there a way to handle the SSL-Validation with a custom Validator on the SecureFileTransferClient (like "setCustomValidator" on the SSLFTPClient) ?
I have problems to connect to Servers (ftps with tls) getting SSLFTPCertificateException and i think the reason are self signed certificates.
Thanks
Klaus
| SSL-Validation with SecureFileTransferClient | enterprisedt.com | 2019.43 | [
{
"text": "Currently, there is no way to set a validator for SSL in SecureFileTransferClient. This is an oversight and is not by design, so we will add this to a future version (hopefully the next release). \n\n \n\nIf you post the relevant snippet of the debug log file we can offer an opinion on what is happening.",
"name": "",
"is_accepted": true
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.