Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
2k views

One line ftp server in python

Is it possible to have a one line command in python to do a simple ftp server? I'd like to be able to do this as quick and temporary way to transfer files to a linux box without having to install a ...
4
votes
1answer
385 views

How to build a deployment package in Visual Studio 2010 without ftpServer tag?

Everytime I right click in my Web project to build deployment package, it generates a zip file. This zip contains a file named: - archive.xml the problem is that when this file is generated, its ...
1
vote
1answer
118 views

writing a java ftp server

i am tring to write a code that opens an ftp server on my stand alone so i could copy file from it to a client in another computer and the oppsite. but i am very new to server side programing and dont ...
1
vote
3answers
230 views

Zero size files uploaded with FTP FileUpload

I've been reading gobs of articles on FTP upload in ASP.NET recently and they all seem to make sense, but every time I've tried implementing them I either get an empty file uploaded, or no file at ...
1
vote
3answers
118 views

Accessing FTP Server using a specific IP Address

I want to access a FTP Server, that is firewall protected meaning only IP addresses that have been added to the safe list may access the FTP file. And The IP address of my website has been added to ...
1
vote
0answers
65 views

FTP server with programmable authentication

I'm after an FTP server which will allow me to write the authentication plugin/module. I need to authenticate against an exisiting webservice (so ActiveDirectory, LDAP, ODBC, database tables, punched ...
1
vote
2answers
931 views

Simple code for FTP Server in python

I want to built a simple FTP server in python which will serve the client in just downloading a text file. Can any one kindly help me by suggesting the best study material to refer and help me finding ...
0
votes
0answers
6 views

how to setup ftp server in my IOS app

I want to setup a ftp server in my IOS app ,so I can send files into my app's documents by typing a ftp url in a computer browser. How to realize it.
0
votes
1answer
17 views

FTP server behind a router

On my local PC I'm running an Apache FtpServer which I can access as long as I'm in the same network. I want to be able to access this server from anywhere over the internet (as long as I know the IP ...
0
votes
0answers
31 views

What are the most commonly used FTP servers and their supported FTP extensions? [migrated]

While working on a FTP synchronization project I kind of hit a wall trying to deal with differences in implementation and non standards compliant behavior (for example that some servers seem to ...
0
votes
0answers
57 views

FTP Linux Proftpd Entering Passive Mode and then times out failed to recieve directory listings

was making a c# ftp interface when ran into problem of Enter passive mode and request times out, ftp server is using debian's linux, installed proftpd as ftp server, wondering why its not letting ...
0
votes
0answers
24 views

Error on FTP Server while Inserting in Grid view

I have a grid view with access DB . Grid view work fine on IIS but when i uploaded the Site on FPT server then gridview display error while editing,Inserting and deleting. While Inserting Error is ...
0
votes
2answers
20 views

Error while Running website on ftp server

I have a asp.net Website with msaccess database and c# .The Site run on IIS server Normaly but when i upload it to the ftp server then it display the folowing error "The 'Microsoft.ACE.OLEDB.12.0' ...
0
votes
2answers
141 views

Base URL for CodeIgniter installation

I have an FTP server (abc.xyz.com), and I want to install CodeIgniter in the ftp server. I followed the instructions at, CodeIgniter Installation for installing it. I used FileZilla to copy CI to the ...
0
votes
1answer
187 views

ProFTPd MySQL setup

I'm trying to install ProFTPd with MySQL on Ubuntu server 11.10 64-bit. But I cannot login, always showing 'Login Incorrect' This is my sql.conf file: # add the following lines to the file (don't ...
0
votes
2answers
238 views

Ftp client cannot transfer file using IPV6

I am writing java code to send file through ftp as followed. The server that i used is FileZilla Server software at localhost. public static void main(String[] args) { try { String ...
0
votes
1answer
269 views

Filezilla FTP server - change directory gets failed from client (command-prompt, java)

I had setup Filezilla FTP server in my PC and tried to ftp from local machine itself. I could connect, transfer files ,but couldn't change the remote directory. By default it lands on home directory( ...
0
votes
0answers
85 views

Multiples threads in FTP download: give each its own connection Vs. have them share one connection

In an application that downloads several files from an FTP server, it uses threads, ie. 5, to do its deed, and each one has its own connection (Apache Commons FTPClient.connect(url)). Will it be the ...
0
votes
0answers
57 views

python ftpdlib user management

I am considering using ftpdlib to run an ftp server. I am currently considering letting ftpdlib control all my user permission so I can use virtual directories. However in the documentation it is not ...
0
votes
0answers
35 views

What is the procedure when accepting PASV FTP connections?

I'm currently making an embedded FTP server. I've gotten to the stage where the client issues a PASV command so I respond with the server's IP and a random port number (encoded as a 6 octet group.) ...
0
votes
1answer
146 views

Filezilla FTP server - set upload location on file server

I'm setting up a FTPS server and want to upload files to File server(NAS drive). I mapped the drive and tried 'drive letter' and '\serverpath\', But during the transfer its shows failed transfer ...
0
votes
2answers
135 views

How should I answer LIST command in my FTP server?

I'm writing a FTP server with Java and now I want to answer to LIST command.Sending only file names is enough and I don't need to send file size, owner, permission, etc.It seems sending some strings ...
0
votes
1answer
118 views

Can anyone recommend a comprehensive test suite for an FTP server?

Having modified a c++ ftp server implementation for work i would really like to validate it to make sure it still follows the spec and will not crash on bad input. Does any one know of a good ftp ...
0
votes
1answer
146 views

How does a FTP server resume a download?

I've been reading about the FTP protocol, but I cannot find in the protocol commands this feature that allows you to resume a partial download I have heard about. How does it work? is there any ...
0
votes
0answers
128 views

Windows 2008 Server - lost secured FTP (FTPS) packets

I have a strange situation on Windows 2008 (standard 64bit) server using IIS7 and FTP7.5. When I'm trying to connect to the FTP server in passive explicit FTPS mode the communication seems to work ...
0
votes
1answer
76 views

Some way to send data from one FTP server to another without intermediary?

I'm trying to move a large amount of files from one CDN to another. I know that they have a very high-speed connection to each other, so what I'd like to do is connect them directly, but the only ...
0
votes
1answer
317 views

FTP LIST command responses

I'm trying to write an FTP server in Java and have the basic functionality down, but I can't figure out or find any information on the LIST command. LIST -a sends a list of files like drwxrwxrwx 1 ...
0
votes
1answer
41 views

Triggering a file when a file is uploaded in a ftp

i am just wondering is there any such feature available! When user uploads file to a FTP once the connection is disconnected, FTP server need to trigger a event to start a program, so the program can ...
0
votes
1answer
96 views

Resource ftp-server/client for .net

Anyone know where could I find resource for ftp client and ftp server? I need sample source-code to create customize ftp client and ftp server. Thank. Regard,