Subversion Repositories SmartDukaan

Rev

Rev 8638 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8638 Rev 8641
Line 225... Line 225...
225
			}
225
			}
226
			else{
226
			else{
227
				System.out.println("No Snapdeal listed Active items");
227
				System.out.println("No Snapdeal listed Active items");
228
			}
228
			}
229
			ScpService scpService = new ScpService();
229
			ScpService scpService = new ScpService();
230
			scpService.scpFile("/var/www/partners",SNAPDEAL_INVENTORY_XML);
230
			scpService.scpFile("/var/www/static.saholic.com/partners",SNAPDEAL_INVENTORY_XML);
231
		} catch (TException e) {
231
		} catch (TException e) {
232
			// TODO Auto-generated catch block
232
			// TODO Auto-generated catch block
233
			e.printStackTrace();
233
			e.printStackTrace();
234
		}
234
		}
235
	}
235
	}