File Transfer Protocol (FTP) is a well-established protocol for conducting file operations (such as transferring files) over a TCP-based network such as the Internet.
0
votes
0answers
2 views
I need help to put this script together
I have a API script for ftp Account creator. I'm not sure what am i doing wrong. There are 3 file there , one is config, one is function and the other is APi with account creator. after putting all ...
0
votes
1answer
21 views
PHP times out when retrieving items
I'm trying to get a directory listing from a FTP server which only accepts FTP connections over explicit TLS.
<?php
$ftp_server = "...";
$ftp_user_name = "...";
$ftp_user_pass = "...";
// set up ...
0
votes
0answers
7 views
The remote server returned an error: (550) File unavailable(Error occured on making ftp directory)
I am developing a wpf application and I want to make a directory on ftp using C# with different usernames and if it already exists then save files on existing directory.
I've successfully created ...
0
votes
1answer
19 views
How to run batch commands with dynamic statements?
I am writing code in VB.NET 2.0 and want to run batch commands for FTP using FTP -s:filename command.
I have a Batch file FTP.TXT for FTP Upload. It has the following statements:
OPEN <FPT SERVER ...
0
votes
0answers
19 views
SSIS Ftp Connection resets to value after debug
My SSIS package is driving me crazy.
I have an ftp connection using my local filezilla ftp server. I connect to it using IP and TestConnection in FTP Connection Editor Manager says connection is ok. ...
0
votes
0answers
12 views
FTP Webrequest Multiple Files without session close
I need some help reworking this Method in such a way that it will not create a new FTP session for every file that is uploaded.
The variables are
server (IP or Hostname)
Dictionary(local file path, ...
0
votes
0answers
2 views
Problems with filezilla and ubuntu
i have a big problem with my FileZilla on my current Ubuntu 12.10 installation so its unusable. First of all some facts:
FileZilla works with my Router/WLan etc. setup on windows perfectly.
It even ...
0
votes
0answers
16 views
Apache Commons FTPClient ServerToServerFTP
I am trying to make a little app that transfers files between two ftp server and I am trying to use this simple example ...
0
votes
0answers
33 views
Having FTP trouble within a bash script [closed]
I am making a bash script to take a post I write, format it and upload it to my web server. So far it does the formatting correctly, as the local file it makes is right, but the file it pushes to my ...
1
vote
1answer
19 views
FTP server using S3 as storage
I am trying to create a ftp server ( using windows/linux/mac - no concern) which would have its storage as a Amazon S3 storage. Now note that S3 does not support FTP natively so this would need some ...
0
votes
0answers
18 views
Downloading( ftp programming ) with c#
public partial class C_backupTPForm : Form
{
long fileSize;
private void S_Ftp(string selected_path)
{
FileInfo fileInf = new FileInfo(ftp_filePath);
...
-1
votes
0answers
13 views
ftp failed with “ECONNREFUSED - Connection refused by server” [closed]
ECONNREFUSED - Connection refused by server.
i am getting above error with file zilla.when i am trying to connect to my server
can any one help me out
my vsftp.conf:
listen=YES
anonymous_enable=NO
...
0
votes
0answers
8 views
Visual Studio - Publish single file in Web Site Project
Similar question -- Visual Studio 2010 - Partially Publish Web Site?
I would like to push single files up from a plain Web Site project (not Web App), like you can in Sublime Text 2 (plugin) with ...
0
votes
1answer
40 views
Do i really need to remove special characters and spaces in URL?
I have a FTP shared with friends where we upload underground music albums and then we use the links to share the downloads in a music forum. Problem is that the album names are in french so there is a ...
1
vote
1answer
20 views
FTP batch script hangs at ftp> prompt
I'm trying to execute the following batch script to copy file from ftp to local directory. However, I'm only able to login to the ftp but can't get the rest (bold code) of the script to execute. The ...
0
votes
0answers
27 views
Xcode - iOS - Simply upload a file to FTP Server
I'm trying to work with FTP Servers.
I have googled around for everything and everything is hard to understand for beginners like me. SimpleFTPSample is hard to understand because it is so much at a ...
0
votes
0answers
9 views
Apache Commons Net FTPClient abort file store
I'm developing an applet to allow FTP upload from a webapp...
The send operation is working fine, but I'd like to able to cancel a file storing in progress.
I'm not very fluent with threads. My ...
0
votes
1answer
24 views
What is the corresponding method for FTP PUT command in VB.NET?
I have a requirement: "Please try using [FTP SERVER IP ADDRESS] as the FTP URL. Please do a CD (change directory) to SFCD40DAT. Then please do a PUT for FTPDRFTIN"
I am able to do this using ...
-1
votes
0answers
18 views
Linux partition as different server with ftp port open to only that partition [closed]
I am Linux User :
created a partition named sda3 in Linux Ubuntu 12.10.
Requirement : Want to serve that partition with different Ip Address(means treat that partition as different server ...
0
votes
0answers
8 views
XML message exchange between two servers
Consider the following situation: Two servers, say A and B, communicate via XML message exchange. The two servers can not communicate directly and both servers produce and consume XML messages. Server ...
0
votes
0answers
10 views
Reading .txt File into NSInputstream returns filestream has no bytes available
I used NSInputstream to read from a file. After reading, the NSInputstream contents are empty.I used the code(For transferring a .txt file to ftp server)
- (void)startSend
{
AppDelegate ...
0
votes
0answers
7 views
is there any tool on windows like nppFtp but can jump through ssh? [migrated]
I use notepad++ with nppFtp on windows now, but it can only access a server with public ip, either by SFTP or FTP. I want to edit some files on a server without public ip but can jump through another ...
0
votes
0answers
16 views
Please recommend a FTP network library in iOS programming
I need a FTP library in iOS programming, which can remote upload, download ,delete rename, and file preview in server, can you recommend a FTP network library? thank you!
also, when operating ...
1
vote
0answers
54 views
VM on Azure - Passive FTP Won't Work
I've tried the suggestions on a number of sites (http://blogs.thesitedoctor.co.uk/tim/Trackback.aspx?guid=e81a4682-0851-490b-a3d2-adf254a701e7 and ...
0
votes
1answer
21 views
+50
FTP via PhoneGap
I would like to develop an FTP file system using PhoneGap.
Essentially i would like the user to be able to have a list of sites they can connect to and get the whole root directory for viewing and ...
0
votes
0answers
18 views
How can I download files(.csv) using an FTP server into a spreadsheet via VBA in Excel 2010?
I'm currently working on a macro that, as the title says, downloads files from an ftp server into several worksheets. I used this link: ( http://officeone.mvps.org/vba/ftp_download_file.html ) to try ...
1
vote
1answer
21 views
phpstorm and remote server
I am trying to configure PhpStorm, and I can't seem to find some options that should be there according to their own documentation. I am trying to connect to a remote server with FTP, however, any ...
0
votes
0answers
12 views
Passing parameter to FTP macro
I have developed a bash script that contains an FTP invocation.
Because the actions i do are based on a routine i have added a macro inside the .netrc
file in my home directory.
This is a small ...
0
votes
1answer
12 views
Uploading to subversion repo via FTP or syncing with web server
I have a bunch of WordPress sites that I am managing. I am tasked with regularly backing them up to the companies subversion server.
I have found a centralized tool where I can administer, update, ...
0
votes
1answer
10 views
uploading csv fie to ftp server - file empty
I am trying to store a file from my local server on an ftp server.
source file is in my current directory (same as php file)
I run the script with http://www.server.co.za/kisv2/xmltest/export.php
...
0
votes
1answer
15 views
Connect to ftp using .netrc with multiple accounts
I have created a .netrc file so i can have some macros and automatically make some standard operations inside my ftp server.
The problem is that now every time i connect to this machine it always ...
0
votes
1answer
16 views
ftp_put giving error The parameter is incorrect wen trying to process
I have the below syntax where I am trying to move a file in my current local server directory onto an FTP server.
$source = $csv_filename;
$target = fopen("/LocExports/test.csv", "w");
$conn = ...
0
votes
1answer
21 views
saving mysql query as csv file on remote ftp server using php
I am trying to export a MySQL query result to a remote ftp server.
I have the below code but I am currently getting an error:
Warning: ftp_put() [function.ftp-put]: Opening ASCII mode data ...
-1
votes
2answers
18 views
How do I upload a non-live website for users to view [closed]
I'm looking for information on how a person typical uploads the HTML file of there website to share with other users on message boards(Graphic Design forums)
I already have my original website live ...
0
votes
1answer
52 views
Sublime Text 2: SFTP browsing remote in sidebar
I'm trying to switch to using the SFTP package for Sublime Text 2 as my default FTP client, as it looks rather promising with regards to workflow improvement -- much faster than using a 3rd party FTP ...
-1
votes
0answers
10 views
Is there an application which transfers files from source to destination that is configurable and supports various protocols? [closed]
I'm looking for an application which will move files from source to destination. This application must support at least FTP and sFTP and can be configured to run at an interval.
Source (using ...
0
votes
1answer
16 views
FTP using pexpect.py (Unix)
child = pexpect.spawn('ftp XX.XXX.73.64')
child.logfile = sys.stdout
child.expect ('Name .*:')
child.sendline('admin')
child.expect('Password .*:')
child.sendline('XXXXX')
Output:
Connected to ...
0
votes
1answer
19 views
trying to upload a file to Ftp but getting the error: “file name not allowed”!
So I was trying to upload a 1kb text file to my ftp server but this error comes up:
The remote server returned an error: (553) File name not allowed.
so what's wrong with my code?
WebClient ...
0
votes
0answers
11 views
Web security issue? For windows server sp2(service pack2)?
I'm using windows server machine service pack 2 to host all my web sites.
And i'm having a folder inside inetpub named ftproot.
I'm doing ftp using some username and password and transering files ...
-1
votes
1answer
47 views
upload file to ftp c#
im trying to upload a file to ftp server and i keep getting "webexception unable to connect to the remote server 530 not logged in"
dose anyone know how to fix this problem?
u tryied to disable my ...
0
votes
0answers
10 views
How to deny access from list root directory for ftp browser access?
I'm having a problem in FTP.
I've hosted a few websites in windows 2007 server machine with IIS7.
And i've a ftp folder inside the inetpub folder, and i'm accessing files download and upload via that ...
0
votes
1answer
12 views
Drupal 7 file module + php ftp function
I am using the file module to get some files from a form locally and upload to another server. When i try to upload large files it gives me timeout error (i have tried changing php.ini but that's not ...
0
votes
1answer
47 views
How to get last write file name based on the file name?
First of all, I have a list of file name in ftp server:
20130612_00
20130612_06
20130612_12
In Main(), i have something like this
Public Main()
{
//function to download all file from ftp ...
0
votes
1answer
19 views
How to delete an empty folder in my ftp with ruby Net::FTP?
The method Net::FTP.delete(filename) works only for files, not directories, and there are no more delete methods in the documentation.
Not much to add to that.. seems like ruby ftp could be better ...
0
votes
1answer
19 views
Wordpress to ftp without mysql database
I have to upload an old website designed with wordpress into an ftp. I have all files (wp content-with his images, wp admin, wp include and all php stuff) but no mysql database. Can I restore his ...
0
votes
2answers
22 views
php ftp make multiple directories
Here is my PHP code. It actually works fine:
$newftpdir_parent = date('Ymd'); // YYYYMMDD
$newftpdir_child = $ext_folder; ...
1
vote
1answer
16 views
image upload to ftp with arrays php
I would like to try to upload multiple images to a folder on my FTP. I tried already uploading to my database, and that worked with my code. It's the first time I'm writing code to upload a file to ...
0
votes
0answers
17 views
AS3 socket ftp uploads incomplete video file
trying to upload files via a data socket to local ftp server..
I'm able to connect to the data channel(socket) and upload mp3 files succesfully, but every video file always comes up ...
0
votes
1answer
21 views
File upload using ftp_fput not working in case of image
I have tried file upload to server using ftp connection in php and it works fine for html file but in case of images, directories are created but no image will be upload in this directories....i have ...
-2
votes
1answer
36 views
.xls & .xlsx Download file crash using apache camel
i need to upload xls and xlsx file in ftp using apache camel.
i have asimple code to upload download file in ftp but it cat'n work for xls &xlsx file.
file is crash during processing.
what i ...






