Questions tagged as 'ftp'

4
answers

Edit directly via FTP with Sublime Text

I want to work via FTP with Sublime Text 2. I do not want to just connect via FTP and transfer files, but rather, edit the file, and when I save it, it sends directly to the server, via FTP. So, as it is done in Komodo. Is this possible?     
asked by 15.01.2014 / 14:08
3
answers

How to use GIT connected on the server?

I've been looking for some time on how I could replace my filezilla and got some answers that it's possible to use git as an intermediate so I can run my site / project according to what's in that repository . I also found a article a...
asked by 05.10.2015 / 17:17
2
answers

What is http / ftp status 220?

Contextualizing ... when trying to connect to the hosting server, by FTP, always returns status 220 and, after a few seconds, disconnects by time Because it is a status of type 2xx it is not an error neither my (4xx) nor the server (5xx), but...
asked by 23.07.2018 / 00:45
2
answers

Download direct FTP file

How do I download a file directly from FTP without having to temporarily download to the PHP server? Code:<?php//....$fcon=ftp_connect($ftp_host);$conecta=ftp_login($fcon,$ftp_username,$ftp_senha);ftp_pasv($fcon,true);ftp_chdir($fcon,$ftp...
asked by 26.04.2018 / 15:50
1
answer

How to publish a secure .EXE without being Click Once .Net

My scenario is made up as follows: I have applications, which are configured according to each client, are mass-sold applications, I have a support system, which automates this configuration and generates one executable per client. After g...
asked by 20.05.2015 / 16:10
1
answer

Configure FTP on AWS

I need to configure FTP to access the folders within / var / www on a server in AWS using Filezilla. Can you help me?     
asked by 26.06.2015 / 22:29
2
answers

How do I deploy using Grunt?

I want to deploy via FTP using Grunt, I have seen some tutorials but I do not know how to configure Gruntfile.js nor the task that I should use to deploy and also if I need other resources to deploy, for example configure something on the...
asked by 27.01.2015 / 22:23
1
answer

FTP Connection Failure in C #

I'm developing a Console application in c # that makes the connection to an FTP server (or at least should), I have the following code: FTPConnection Class class FTPConnection { private Connection con; private FtpWebRequest ft...
asked by 18.05.2015 / 22:30
1
answer

Integration test connected to an FTP

Is it possible to e-or if there is a tool that allows me to send certain files from a project to an FTP after it passes a continuous integration test (Travis-ci for example)? The idea is that after I commit and the test is completed and pass...
asked by 26.03.2014 / 20:26
2
answers

linux command - block rename / rename folder

I need to give an ftp user access to the / var / www folder but there are folders that it can not access / edit / delete I tried a command: #chmod 000 <pasta>     
asked by 10.04.2015 / 15:02