Questions tagged as 'ftp'

1
answer

How to send all files from a folder via FTP in PHP?

I need to get all files from a local folder and send via FTP to a folder on the server. Explanation: I have a folder with images (.jpg) of products that at the time of registration generate an ID in the mysql database and put it as the nam...
asked by 05.01.2018 / 14:14
2
answers

Problem sending file via FTP C # [closed]

I have an executable that sends a .CSV file via FTP to my client. Running on my local machine works perfectly but when running on my client's server it does not work. Whenever it falls on the line request.GetRequestStream() I get the...
asked by 04.05.2017 / 15:59
0
answers

FtpWebRequest - Error large files

I have a desktop application made in C # running a few months on a client. The same requested a module to perform uploads and downloads on an FTP server, the database is currently in the clouds by KingHost, as this company already offers the ser...
asked by 02.01.2017 / 23:17
1
answer

Problems with protocol violation on FTP Server (FTPWebrequest)

In the company I work for, I have two servers: one that belongs to us and one third-party provider. I have to make a copy of the system files that is in the third-party provider for our local server. Basically a backup . I'm using the FTP...
asked by 20.09.2016 / 15:47
1
answer

Backup Windows Server 2008 FTP and Cloud

I need to generate daily backups on a windows server 2008 R2 server, the backups are of several folders and applications installed on this server, does windows server have tool for this, some tool of the system itself? I have little experienc...
asked by 01.07.2016 / 16:29
0
answers

retrieveFile FTP java brings empty file

I have the following problem. I am trying to bring a file over FTP using the api commons-net-3.5. The code below works in eclipse perfectly within the server itself, but when it generates .jar the file does not come 0k. FTPClient ftp = ne...
asked by 11.05.2016 / 20:05
1
answer

Download file to FTP and make it available for download automatically

Good afternoon! I'm developing a website, and I have some questions. This site will have a page for downloading some files. I would like to do the following: When transferring a file to the download folder on FTP, this file would have t...
asked by 13.08.2015 / 20:08
1
answer

Creating Schedule to transfer CSV files from WinSCP to an FTP [closed]

I need to transfer CSV extension files that are in a folder on my Linux server (accessible via WinSCP via Windows) to an FTP. For this, it is necessary to create a schedule that makes this transfer daily. I found this that involves creating...
asked by 07.05.2015 / 19:40
1
answer

Bypass FTP blocking

Hello I need to import a .zip file from a Brazilian FTP server. It works perfectly on my development machine, both using Ruby's native Net / Ftp and using linux wget, the problem is that it does not work in my production environment on Heroku...
asked by 06.12.2014 / 20:40
1
answer

Wordpress - File changes are not saved on the server

I am changing wordpress site direct from FTP, the edited files are saved at first, but a few minutes later the changes made are modified to the previous code. Does this have to do with file permission?     
asked by 06.01.2017 / 13:42