I have to copy files after build on a TeamCity-Agent via FTP. The orndinary buildjob works itself works fine. The triggering of a custom script finish successfull, too.
I am writing a script using ftp.exe to download files from an FTP server, it works at first. But the version I wrote was suited for only one file and the current date. My script is below:
I\'ve an UnknownHostException when i used this method for uploading files from ddms: try { SimpleFTP ftp = new SimpleFTP();
When I am configuring the settings for Magento Connect I get the following error: Deployment FTP Error. Local file doesn\'t exist:
I got a simple question, but found no solution for now. I use Git to keep trace of my website files, both locally and on github.
I have the below script to import data from a csv file on my server, the script works correctly. I need to change the location of the file from my server to an FTP server which requires authenticatio
I have pretty strange problem. A web application moved from one server to 开发者_高级运维another one. Since then the FTP upload is not working anymore.
I am working on a tiny tiny application that just uploads a file to the FTP server. I have reviewed my code, but I am quite unable to locate the problem. Here is the code,
I am doing a networking project. I compiled a code under Java Project console app and it works. But when I create a GUI and assign the code to run开发者_高级运维 when a button is pressed, it hangs on
I try to make an app that can make a connection into a FTP server. I\'ve use Chilkat library to do this开发者_如何学运维 connection. The problem is, I want to test my app and make a wrong connection.